We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Shared Folders
4 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.1KViews0likes4CommentsDetermine if file has finished synchronising
I have a simple problem: I store some data in DropBox which is shared between multiple people Several times people have started editing the data bnefore it has finished synchronising What I want is a simple routine which I can add to my application which determines whether a named file is synchronised, i.e. it is the same as the cloud version. If the file isn't synchronised I will simply wait for the automatic synchronisation to complete. The application is written in C# and is running on Windows 7 and 10 I have looked quite hard but I cannopt find an answer to this, apparently simple, question apart from "look at the DropBox App" which is precisely what my users dont do!Solved2.3KViews0likes5CommentsUploading 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