We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Shared Folders
3 TopicsDropbox embedder
Hi, i'm using the new dropbox embedder. I've made the folder as shared folder. But inside the folders, I have also sub folders. The issue is the sub folders cannot be accessed. How to fix this ? Error message: Owner hasn’t granted you access to this linkSolved2KViews1like10CommentsError downloading files using the dropbox library in python
Hi, I am trying to access the files in my shared folder (which I mount) using the python library. I keep getting the following error -dropbox.exceptions.BadInputError: BadInputError('xxxxxxxx', 'Error in call to API function "files/download": Must provide HTTP header "Dropbox-API-Arg" or URL parameter "arg".') I am sure that I am using this correctly because it used to work till a couple of days ago. What would be the problem?1.1KViews0likes4CommentsUploading files to a shared folder through API
Hello, How can I specify a shared folder path while uploading a file through API. When I pass my path as "/test/version1", it is by default going to myhome folder of dropbox and creating the path there. So where can I specify my shared folder name (the folder shared by others). Best Regards, Dileep