How to automate API connection and authentication for Dropbox?

Gary Kim 0 Reputation points
2024-05-07T22:52:12.1033333+00:00

Screenshot 2024-05-07 at 3.41.08 PM

I have created an API connection for Dropbox and manually authenticated it through the consent page that popped up. I want to automate this process using Azure CLI, deploying ARM template, Python SDK, or REST API, but I'm having trouble understanding the documentation. How can I automate the authentication process? Any help would be greatly appreciated.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,922 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 69,761 Reputation points
    2024-05-10T06:01:27.5566667+00:00

    @Gary Kim Thanks for reaching out.

    The authentication process for Dropbox API connection requires user interaction to grant consent for the application to access their Dropbox account. This is a security measure to ensure that the user is aware of the application's access to their data.

    You could partially automate the process by using the Azure CLI or PowerShell to create the API connection and configure the necessary settings. Once the API connection is created, the user will still need to manually authenticate the connection through the consent page that pops up.

    For more details on ARM template connection you can refer to this.

    Please 'Accept Answer' if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments