Hi guys, first-time poster. I’m working may way through Missions and have a problem with CRUD ROOKIE. I’m getting the below error. What am I doing wrong? I’m running this on a server (not file:///) and have copied my app ID and JavaScript API ID (also tried the REST API key - same result).
Ah good spot! You’re quite right, that is mentioned in the docs. Might be worth highlighting that in the Mission itself, since that’s easy to miss - I literally just opened the docs page to grab the SDK URL, totally missed the zone customisation bit.
Mark while I’ve got you, can I ask about API key protection? If I expose my API key to my JavaScript, that’s obviously publicly viewable by pointing a browser to my script URL. How do I prevent others using my API key and thus writing to my app, if I’m writing a web application?