Hi Folks,
I have a C# API project which has a service that downloads video assets from different sources, i.e., Azure Blob, AMS, and other client environments.
The new client came in with DropBox as the source for videos, and I am finding difficulty in implementing the OAuth flow.
Please note that there will be no user interaction for authorization, and it will be a completely backend process. I have gone through multiple options, but nothing seems to be working for me.
I have been manually generating the access token from the generate access token button under the security tab all this time, but I need to automate this process.
Any help is appreciated. Thanks