I want to test the Spatial - Get Closest Point. I'm trying to follow the docs to get the UDID.
To test this API, you can upload the sample data from Post Closest Point APIexamples(Request Body) viaData Upload APIand replace the [udid] from thesample request below with the udid returned by Data Upload API.
When I uploaded the sample data to Data - Upload Preview to get the UDID in the response I get a status 202. I use the URL in the Location Header as the docs said, but when I open the page, I receive the following:
{
"error": {
"code": "Unauthorized",
"message": "Bearer realm=\"https://atlas.microsoft.com/\", SharedKey realm=\"https://atlas.microsoft.com/\"",
"target": "WWW-Authenticate",
"details": []
}
}
Does anyone have any experience with this?