Hi, we'll test and let you know.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi, we'll test and let you know.
It works for me.
1) Users in your service URL should start with lower case letter;
2) try to specify user's id (_id parameter) in service URL - http://docs.appery.io/documentation/b...
No, still doesn't work. Get the same error.
Please try to specify user id in URL as shown here http://docs.appery.io/documentation/b.... Example of URL codehttps://api.appery.io/rest/1/db/users/5000ad45e4b0452929274b9a/code
where 5000ad45e4b0452929274b9a - user's id from your DB.
Also could you clarify how do you send X-Appery-Session-Token? Do you map it to localStorage?
This is what was returned. It gave a 400 error:
https://api.appery.io/rest/1/db/users...
Yes, the Session Token is in the local variable as "token"
Please check that you've set X-Appery-Database-Id in settings service.
Wow...
Actually I had put a hyphen where an underscore needed to be.
Thanks for keeping me checking, and for all your assistance!