Skip to content

Save user sensitive files and secure files #5080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
aBuder opened this issue Sep 25, 2018 · 2 comments
Closed

Save user sensitive files and secure files #5080

aBuder opened this issue Sep 25, 2018 · 2 comments

Comments

@aBuder
Copy link

aBuder commented Sep 25, 2018

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.."
    }
  ]
}
@georgesjamous
Copy link
Contributor

I don't think there is a current baked-in solution for this.

@flovilmart
Copy link
Contributor

This is not a feature we plan to actively work on but we’ll likely review PR’s or design documents that would explain how this would work. Closing/

This was referenced Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants