Search code examples
iosazureparse-platformdatabase-migration

Migration from parse to azure not working for mobile app


i have migrated my iOS app parse DB to Azure, but had not finalised it yet. I have changed end point to azure URL and its almost fine i mean i can login with my previous accounts. But when i am querying anything to fetch or update data it giving me errors in response like:

[Error]: {"code":1,"message":"Internal server error."} (Code: 1, Version: 1.13.0) [Error]: Response status code was unacceptable: 404 [Error]: This user is not allowed to access non-existent class: user (Code: 119, Version: 1.13.0)

Can anybody help me here that, will it be possible to update or fetch data to azure only after i finalize at parse migration or still there is something which i need to update from my code?


Solution

  • I found the solution from azure document. I was getting error for fetching parse's PFFile object, and for that i need to add file key in azure settings. the value for the key can be find from azure settings. image of azure settings