Mapillary (V4) API - Map feature search - OAuthException

@eserte @reichg24 @bjor @aromanov

I see you are including the access token in the URL. It is best to send it in the header of your request.

For everyone, I recommend using this bbox approach, but it returns only up to 2000 items of data.

If you are doing a country level and it is a big country, then you should first figure out the zoom 14 tiles (14/x/y) you need for the whole country, then you want to download them all.

Try the Mapillary Python SDK for this if you’re using Python: mapillary.interface | Mapillary Python SDK