-
Issue with communication between Dropbox web and Dropbox desktop application
Hello, I want to report issue (I believe it is bug) related to trouble with communication between your web site (https://www.dropbox.com/home) and the official Dropbox application (v240.4.8493) that normally happens on loopback port 17600: This used to work well, but for whatever reason it shows errors on try to open some…
-
API detects of wrong/non-existing content change
Hello, I have an issue with calling /2/files/list_folder/longpoll. For whatever reason, this endpoint activates from and detects changes that are not on the observed folder, but outside it. Something that according documentation shouldn't happen, but it happens. This disturbs application workflow and significantly decrease…
-
Why is my ISP network banned from accessing Dropbox?
Hello all, Has there some restrictions set? I suddenly cannot reach to Dropbox using one of my ISP: ... 🤔 Why? As seems I'm not banned (nor my account)... The above appears with particular network connection only though I can reach the site, but the site "cuts" me. 🤷 Dropbox discriminates this link. Why?
-
Account contacts through Dropbox API
Hello, I want to know what is the meaning of scope "contacts.read". Is there any Dropbox API endpoint (officially supported) that uses that scope? Also, is there a way all contacts in Dropbox account to be listed (again, using officially supported endpoints)? Thanks.
-
Change in Dropbox Embedder behaviour
Hello, It used to be possible when using Dropbox Embedder with a link to folder reliable navigation in that folder and preview all files in pointed folder - all files that Embedder may handle of course. Now Dropbox Embedder may handle, in correct way, only link pointing to particular file directly! Is this intended…
-
Trouble running /2/files/list_folder in as App Authenticated
Probably I'm getting crazy, but following command: curl -X POST https://api.dropboxapi.com/2/files/list_folder \ -H "Content-Type: application/json" -u "<APP KEY>:<APP SECRET>" \ --data '{"path":"","shared_link":{"url":"<shared link to folder>"}}' ... doesn't work anymore. I think, it used to work. 🤔 What's going on? It…
-
Issue unsharing a folder using API
I have a issue related to shared folder unsharing. I gonna post the requests and corresponding results. Running 2/sharing/list_mountable_folders: curl -X POST https://api.dropboxapi.com/2/sharing/list_mountable_folders \ --header 'Authorization: Bearer sl.BQ...' \ --header 'Content-Type: application/json' \ --data '{}' ...…
-
Partial file update
Hello, Is there some available way to update (not entire upload) a file? Let's assume some 100MB file and has to be updated only 1kB starting on positon 1MB. Is there a convenient way this to be done without need to download entire file, update it locally, and finally upload it back? I can't find such in API documentation.…
-
Dropbox is looking for deprecated package
Every time when I run Dropbox next message appear 'python-gpgme' package was interface to the gpgme before Ubuntu 17.10. From Ubuntu 17.10 (up to present) 'python-gpgme' is deprecated in favor of 'python-gpg' ('python3-gpg' for python 3). Currently 'python-gpgme' is no more in Ubuntu repositories! Probably this is small…