I've been learning Google Maps Engine API, working through the tutorial. https://developers.google.com/maps-engine/documentation/tutorial
This was sailing along until I tried to complete the Create Table (1) interactive example. The example gives a header and body, and you must enter the URL to create a table. My answer was exactly the same as the answer revealed in 'Show Answer':
https://www.googleapis.com/mapsengine/v1/tables
But this raises the following error (thus halting the tutorial):
Sorry, that is incorrect. No results were found for your request. The asset might not exist, not a public asset, or it has been deleted from the Google Maps Engine. Please try again.
Response
{
"domain": "global",
"reason": "notFound",
"message": "The specified entity does not exist.",
"locationType": "other",
"location": "draftAccessList"
}
Could anyone shed any light on what is going wrong?