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