Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I need to create a data frame out of attributes and share URL of all the files in a directory and its sub-directories
the code am using is
You can use the API to list the files in any folder in the connected account, whether or not the folder is shared. I recommend reading the File Access Guide and Team Files Guide for reference.
Looking at your code, there are a few things to note:
You can use the API to list the files in any folder in the connected account, whether or not the folder is shared. I recommend reading the File Access Guide and Team Files Guide for reference.
Looking at your code, there are a few things to note:
It would be really great to see the snip of code that actually accomplishes what the OP describes above. Pointing to the manual is way less helpful, as it spends a bunch of time on abstractions. Please just show the code? You have to do DropboxTeam() instead of Dropbox(). The methods are different. Listing things gives back an object that isn't iterable, doesn't seem to contain a list. This may be obvious to someone ...but not to someone who didn't write it.
This StackOverflow has a code snip:
If this has to be this complicated to list the top-level of a team folder, it would be great to have it somewhere clearly visible in the docs as an example!
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!