API Documentation I am trying to follow the instructions here and this step fails.. A shame, anybody has correct instructions?
API V4 - Curl image key in documentation - #3 by Vitor21
curl https://graph.mapillary.com/token \
-H "Content-Type: application/json" \
-H "Authorization: OAuth CLIENT_SECRET" \
-d'
{
"grant_type": "authorization_code",
"code": "LONG_AUTHORIZATION_CODE",
"client_id": CLIENT_ID
}'
{
“error”: {
“message”: “Invalid OAuth 2.0 Access Token”,
“type”: “MLYApiException”,
“code”: 190,
“error_data”: {},
“fbtrace_id”: “AueK-WpDg9DQ4tTDnANWMFT”
}
}
3 posts - 2 participants