Hello,
I’m stuck at the CRUD ROOKIE mission, “add object with API” task.
When I trigger this URL as POST:
https://api.backendless.com/BEFA961C-95C3-D543-FFFA-22B29A89A200/ECA1081C-F8EC-40CB-A917-FEBFE78B5ED7/data/Person
With this header:
Content-Type:application/json
An this request:
{ "name": "Bob", "age": 20 }
I get a 2002 error:
{"code":2002,"message":"Unable to identify the application. Make sure application ID and API key are correct","errorData":{}}
I copy-past application ID and REST API key as you can see below, so really I don’t know where the issue can be from.
Did someone already encountered this?