Closed
Description
Hi Parse team,
is there an solution so set ACL for files? If I upload an file, it would be public and every other user can get the file, if he know the url.
Is there an solution so store user sensitive files like images and pdf files, which cloud be access by user only.
I have an workaround, but it is not the best, I created an class file and added name, size and data as attributes. The data/ content of file would be saved as base64 string. Would there some problems if I use this solution over time?
{
"results": [
{
"objectId": "nsLRMXS6Z0",
"name": "testfile.pdf",
"size": 1838299,
"base64": "JVBERi0xLjQNJeLjz9MN.."
}
]
}
Metadata
Metadata
Assignees
Labels
No labels