We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
API
5719 TopicsSharing of folders inside the Apps/ folder
I have an application (madoko.net) where users rely on shared folders in dropbox to cooperate. However, I now need to give the application access to a users' entire dropbox and I would like to make it a restricted application under Apps/Madoko. Unfortunately, currently users are unable to share folders inside the Apps subfolder. Since the introduction of the recent sharing API I was hoping to see dropbox supporting this too. Is this feature still planned?? Thanks!, -- Daan34KViews32likes67CommentsDoes Dropbox support the UIDocumentPickerModeOpen mode in iOS 8?
I am trying to use the iOS 8 Document Picker to choose a file package from Dropbox, and edit it in-place. However, it seems that only the import and export modes are supported. When I use the open mode, Dropbox doesn't show up in the document picker. Is this something you guys are working on?12KViews18likes51CommentsDownloading part of a file via /get_temporary_link with Range header returns incorrect content-type
When downloading a specific part of a file using the linkreceived via a /get_temporary_link call and the HTTP header Range: bytes=..., the content-type application/grpc is sent instead of the actual content-type of the file. Request Headers: GET https://uc383828c22b...3d5ecbc28.dl.dropboxusercontent.com/cd/0/get/B61A....17HuE3Lr3UI4EEpPY/file range:bytes=0- ExpectedResponse Headers: HTTP/1.1 206 Partial Content --- accept-ranges:bytes Content-Length:26397831 Content-Range:bytes 0-26397830/26397831 content-type:video/mp4 Actual Response Headers: HTTP/1.1 206 Partial Content --- accept-ranges:bytes Content-Length:26397831 Content-Range:bytes 0-26397830/26397831 content-type:application/grpc So in this example (actually downloading the full file, but with the Range header), the video file is downloaded with a content-type of application/grpc rather than video/mp4. This causes problems when (for example) you want to display a video file in an HTML 5 player using the link received from the /get_temporary_link call. The HTML 5 player buffers the video file and loads the data in chunks. However, due to the incorrect content type, the browser will not accept the data as video content and will not be able to play it. I've just noticed this problem, and I didn't have any problems with it before. So I think this problem has been introduced recently?Solved9.3KViews12likes29CommentsDisable desktop notifications for app's folder
I'm using Dropbox Sync to write down small files to sync things in my iOS app. Because records and datastores are too limited in my case, I can't use Datastore. Unfortunately, these internal files are generating a lot of notifications on my desktop. It annoys the user. The solution is to disable sync of this folder on desktop computers, but it requires an additional step for the user (after having annoyed it). All of this is degrading user experience. By nature, what happens inside an app folder is less likely to be of interest for an human user. It would be great if we were able to set our app folders as "notifications free" if relevant. One can also imagine per subfolder filtering. For now, my apps are mobile only, but if I want to make a desktop version and use Dropbox to sync stuffs, disabling app's folder sync will be impossible and users would have to live with dozens of garbage notifications. It would be so awful that it would prevent me to use Dropbox at all to sync with a desktop version (even if user would like to use Dropbox).13KViews12likes37CommentsDoes Paper still support export as Markdown?
I'm trying to use the Dropbox API to access Paper documents as markdown. I have a connected app and a user with the new version of Paper (paper_as_files: enabled). I've switched from docs/download to /files/export as per the migration guide, but it doesn't appear that endpoint offers any method to select the export format. So, is Markdown export still a thing, and if so, how do I do it?Solved12KViews11likes24CommentsAPI change break rclone?
My self and others on the forum post below have been effected by the breaking of the dropbox support in rclone when no change happened on the rclone side suggesting an API change on the dropbox side. https://forum.rclone.org/t/failed-to-open-source-not-an-encrypted-file-bad-magic-string/37790/7 I was wondering if anyone knows what API was changed or broken and if it is a temp or perm change. That way we would know if we need to wait for rclone to work around the issue or if we need to wait for dropbox to fix it. It seems to effect current and past versions of rclone. I know 3rd party apps are not supported but i am not sure where to go to find the change notes for your API's and online support did not know either.Solved3.6KViews8likes7Comments