-
We’re live - welcome to the new Dropbox Community!
First off, a huge thank you for your patience while we made these changes. We know things may have felt a little quiet (or different!) during the transition, and we really appreciate you sticking with us. 💙 📣 We’re excited to welcome you to the new and improved Dropbox Community - now with a fresh foundation that will help…
-
iOS File Provider: Never getting file updates
In my iOS app, I am using UIDocumentPickerViewController to pick a file from a Dropbox file provider. I am using startAccessingSecurityScopedResource on the url I receive and register an NSFilePresenter for this url to get change notifications. When I read the contents of the file, I am using file coordination. Reading the…
-
Get comments / discussion for a file via API?
Hi, is there a way to get the comments (as appears on the right side panel of the web UI) for a file via the API? I have searched the methods list for logical names related to that function and also tried `filesGetMetadata`, but no luck so far. Thanks
-
Rest API: naming conventions for new file request
Hello, We are using dropbox API to create file upload requests: https://api.dropboxapi.com/2/file_requests/create And the problem is - how to stop dropbox from renaming uploaded files? Is there any option to do this via rest api? Another possible solution may be to be able to set this somehow globally for all new file…
-
Latest Stable Build 250.4.3245
Why does the latest build not show up in any of the Desktop builds?
-
files/get_thumbnail_batch suddenly returning 404 since today (was working fine yesterday)
Hello, I am using the Dropbox API get_thumbnail_batch over HTTP: However, starting today, it has suddenly begun returning a 404 error. It was working without any issues until yesterday. When I run: curl -X POST https://content.dropboxapi.com/2/files/get_thumbnail_batch \ --header "Authorization: Bearer <get access token>"…
-
We're making some changes to the Dropbox Community
Hi everyone, Over the past few years, you’ve shared feedback, ideas, and questions that help shape how this community supports you. We’ve been listening closely - and as a result, we’ll soon be moving the Dropbox Community to a new platform designed to deliver a better, more seamless experience. We’re just a few days away…
-
Beta Build 250.3.3196
Thanks for using Dropbox! The desktop client is regularly updated with many improvements and fixes. Download Windows(Windows 10 or later) Standard Installer Offline Installer (32 Bit) Offline Installer (64 Bit) Offline Installer (ARM64) Enterprise Installer (32 Bit) Enterprise Installer (64 Bit) Enterprise Installer…
-
Dropbox Basic: Quick Solutions to Common Issues
Your Dropbox Basic account makes it easy to organise files, manage folder and keep your digital life running smoothly. You’ve probably heard us mention it once or twice …and for good reason. In this post, I’ll walk you through how to get the most from Dropbox Basic and share simple solutions to some of the most common…
-
Able to get only Admin role only in /team/members/list_v2
In the Admin Console UI, users are shown with a role such as Member or various admin roles (e.g., Team Admin, User Management Admin, etc.). However, in the API response, I observe that: Admin users have entries in the roles field Non-admin users return: [] From this, I understand that an empty roles array implies the user…