Hello -
I am new to Dropbox API/client programming. I was able to get a basic program running. It access a folder owned by someone else but is shared with me. However, at the moment, I have to get an access token from the developer API portal everytime I ran the program. I am wondering what is the proper design to build a permenant solution?
Here is more details
A coworker shared a Dropbox Paper Business folder with me
I need to upload some files, via a client program (not manually), at the end of a batch job
I created an App, got a permenant access token. By default, the client program can only access the folders created under the "App/app_name" directory. At least that is what I know
What do I need to do, so that my App can write to the shared folder? Assuming I cannot rename/re-locate the said folder
If this is not the right approach, what's the alternative?
Thanks,
... View more