Hello,
I have a folder that has been shared with me (I am a co-owner), from which I need to download several files. I am trying to do this with the dropbox Python API so that I don't have to manually generate a shared link for each file. I am able to generate and use an API token, however it seems like the dropbox object can only see what has been downloaded to my personal laptop. I don't have enough storage space to download the full shared folder, and it is not showing up at all in the dropbox folder on my computer, so I can't set it to be online-only as many forums suggest.
How can I download and upload files to this shared folder without needing to first put the whole thing on my laptop?