Skip to content
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

"AccessDenied" for File attributes after uploading a file content #139

Open
threegoblins opened this issue Apr 30, 2016 · 0 comments
Open

Comments

@threegoblins
Copy link

threegoblins commented Apr 30, 2016

Hi,

I have a Parse app, accessing a MongoDB backend hosted by ObjectRocket, and I am using the parse-server-example node app hosted by Heroku.

I have a script using this python package to update a file attribute in a record on the server.

When I run the script and set the PARSE_API_ROOT to the original api.parse address, it all works fine. When I run the SAME script, but with PARSE_API_ROOT set to my heroku parse-server code, the resulting file attribute cannot be accessed (with a response of code: AccessDenied). Other attributes are modified by the script and these don't complain (strings, numbers etc).
But File attributes all become inaccessible.
http://prnt.sc/aymhv5

I am using the latest parse-server-example code as of posting date and the latest ParsePy.

I'm hoping someone reading this will be able to suggest possible reasons why or otherwise be helpful - I don't strictly know that this is a bug with this package, apologies if not.

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

1 participant