I have no experience with mapillary but looking at the documentation there is also a section about OAuth2. Clearly the API thinks you are not connecting with a valid browser which is correct, as FME is not a browser at all. Mapillary probably sees your FME as an unknown app which needs to be granted access which is done through OAuth 2.
I have no experience with mapillary but looking at the documentation there is also a section about OAuth2. Clearly the API thinks you are not connecting with a valid browser which is correct, as FME is not a browser at all. Mapillary probably sees your FME as an unknown app which needs to be granted access which is done through OAuth 2.
Hi @birgit,
Thank you for your response. The access using OAuth 2 is done using my web connection. I have tested it against other parts of their API without problem, so the OAuth 2 authentication should not be the problem. It works against their endpoint for metadata https://graph.mapillary.com
My thinking is that invalid credentials/authorization should return something other than http status code 200. I don't think the authorization is the problem, but can't really pinpoint the problem.