Autodesk Platform Services Credentials

Hi everyone, I’m try to find the solution to add the intergation with Autodesk Platform Services https://aps.autodesk.com/en/docs/oauth/v2/tutorials/get-3-legged-token/

The idea is:

Create the intergration with same like google email or Microsoft did. Do we have any the documentation

My use case:

We have many relate to this services for Construction

I think it would be beneficial to add this because:

Many people in construction company want to use it

Are you willing to work on this?

Yes, I don’t know how to start with, any document can help me start with ?

Hi @chuongmep , I Think this would help you to integrate with n8n. I think n8n does not have autodesk integration node by default but this might help you to integrate with n8n .

Hi @Sai_Durga_Yaswanth , that meaning I need to use pipedream as a middle gap just for pass intergration ?

This is setting for any people want to explore using n8n :

  1. Choose OAuth2 API
  2. OAuth Redirect URL : domain/rest/oauth2-credential/callback
  3. Authorization URL : https://developer.api.autodesk.com/authentication/v2/authorize
  4. Access Token URL * : https://developer.api.autodesk.com/authentication/v2/token
  5. Client ID * : The client id created from aps app
  6. Client Secret : The client secret created from aps app
  7. Scope : viewables:read data:read data:write data:create data:search bucket:create bucket:read bucket:update bucket:delete account:write account:read
  8. Authentication : Header
  9. Auth URI Query Parameters : don’t put anything
  10. Choose connect and finish .