Hi Team,
I want to upload files from one dropox folder to another and i want to automate this job using azure logic app.
I dont want to use drop box connectors provided by logic app , instead i want to write a .net core webapi which will connect to my dropbox app and then using dropbox http api's it can start uploading files.
Dropbox supports .net SDK which contains helper classes to connnect to dropbox and it uses Oauth2 for authorization. I don't want to use oauth code flow where owner of dropbox account has to allow permissions from front end browser.
Instead i want something like passing client and client secret for the app and it should return me an access token which will be used to call dropbox apis .
Thanks and Regards,
Shriram