I created a class in parse.com and added a column of type: File
Uploaded a file 'myfile' to it.
Changed the security of the class so that GET is not allowed at all.
Client Permissions: GET (disabled)
But i can directly access the file like this from URL:
http://files.parsetfss.com/xxxxxxx-xxx-xxx-xx-xxxxx-xxxx-xx-xxx-xx-xxxx-myfile
So is the access to file object not secure? Or did i miss any configuration?