You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had migrated very successful an app.
The app is set S3Adapter and filekey of hosted parse.
The new test app use my parse-server and service app(current version of appstore) use hosted parse.com.
problem
The new test app can read old parse file(hosted parse.com) and new parse file(hosted my S3).
But current version of AppStore cannot read new parse file.
And dashboard of parse.com cannot read new parse file named ".bin". (old parse file is named "file")
When I clicked the file named ".bin" in dashboard of parse.com, my browser shown "access denied".
So I tried change CORS of my S3 to AllowedOrigin "*".
But same problem...
How can I do?
The text was updated successfully, but these errors were encountered:
kimhongyeon
changed the title
Old version app don't read new parse file in my S3
Old version app can't read new parse file in my S3
Mar 13, 2016
It's a valid issue, but I don't think this is something we can address. The users of the old app are hitting api.parse.com, which has no connection to your parse-server or your file adapter. The way files are referenced in the database isn't something we can change, and you can't change the old app behavior, so this is an unfortunate symptom which will hopefully encourage your users to upgrade their app.
I had migrated very successful an app.
The app is set S3Adapter and filekey of hosted parse.
The new test app use my parse-server and service app(current version of appstore) use hosted parse.com.
problem
The new test app can read old parse file(hosted parse.com) and new parse file(hosted my S3).
But current version of AppStore cannot read new parse file.
And dashboard of parse.com cannot read new parse file named ".bin". (old parse file is named "file")
When I clicked the file named ".bin" in dashboard of parse.com, my browser shown "access denied".
So I tried change CORS of my S3 to AllowedOrigin "*".
But same problem...
How can I do?
The text was updated successfully, but these errors were encountered: