Thanks for the link, but it didn’t help.
Actually I’m doing what everyone is describing. I’m creating the database thing first, and then attaching the image to that with privacy rules set.
The problem is when you put this image into the app and show it in a repeating group for exampe, you can still right-click and get the link to the image which can be shared and accessed by any other browser.
I seem to get two types of link when I do this. Either the direct link to the image similar to this:
https://bubbleapp/version-test/fileupload/f1636553572063x758580389872973000/xxxxxxx.jpg
This gives the “Access denied” on other browsers as it should be.
but sometimes i get this kind of link:
https://s3.amazonaws.com/appforest_uf/f1636553572063x758580389872973000/xxxxxxx.jpg?AWSAccessKeyId=ABCDECEOEODOE&Expires=1363463643&Signature=TrEdjkRskjsSdkrisCSrds
This link gives everyone access to the attached images. Im aware that there is some kind of access User ID sent with the link.
Is there any way to prevent this accessible links from being created?
In a scenario where you have a paid app in order to get access to images for example, this is a potential security flaw.
(The links above dont work, Its just as an example on what format they have)