Skip to content

Disable anonymous file upload #2484

Closed
Closed
@staticdreams

Description

@staticdreams

Describe your issue in as much detail as possible.

Similar to issue #39 I'd like to be able to disable file upload via rest to all anonymous sources.

Steps to reproduce

Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.

As suggested, client keys are no longer needed, so I'm just using master key and AppId.

Running something similar to this:

curl -X POST -H "X-Parse-Application-Id: appId" -H "Content-Type: text/plain" -T "hello.txt" https://localhost/myApp/parse/files/hello.txt

would upload a file without any problems. I don't want people uploading random stuff. How would I disable file upload (to anonymous sources) ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions