Hi,
I hope someone can help me in the right direction.
We have a cloud-based-multi-tenant-system written in Angular8, c# web on azure. One of the things the system does is automated file processing, for this we want to offer our customers a dropbox app where they can place a file into the app-directory, we use the callback trigger to pick up the file, process it then rename it and place a log file in the same directory.
I think we can figure out most of the backend processing off the trigger.
But for us to know whose dropbox account is linked to which tenant and for an easy setup we were thinking we could have a one-time authorization (of the dropbox app) by a user from within our angular frontend, retrieve the dropbox userid and store it so later on we know where the user belongs.
I have been staring at the documentation for a day now and am not capable of working out how to achieve that, how do i get my system setup so I have a button that when clicked the user is diverted to dropbox, he/she immediately authorizes our dropbox app and I get some info back??
Some pointers in the right direction would be greatily appreciated.
DJ