I need to get "Get a 2-Legged Token" verification for a read-only access to upload files entered by other users but I'm running into the following error:
{ "developerMessage": "The required parameter(s) client_id,client_secret,grant_type not present in the request", "errorCode": "AUTH-008", "more info": "https://forge.autodesk.com/en/docs/oauth/v2/developers_guide/error_handling/" }
I followed exactly the example on the site changing just my "client id" and my "client secret":
https://forge.autodesk.com/en/docs/oauth/v1/tutorials/get-2-legged-token/
can anybody help me?