-
Large uploads via /get_temporary_upload_link are terminated with '413 Request Entity Too Large'
Hi! I am uploading files via the temporarily upload links generated via the /get_temporary_upload_link call. This all works fine, but the POST upload call to the generated upload link (e.g. https://dl.dropboxusercontent.com/apitul/1/bNi....) is terminated for files larger than a certain limit. > POST /apitul/1/bNi....…
-
Downloading 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 link received 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…
-
Different namespace behavior /files/list_folder and /files/search_v2 API calls, bug?
Hi there! I am encountering a peculiar issue with the /2/files/search_v2 call in combination with team namespace ids, and I am not sure if this is a bug or the expected behaviour of the API. Consider the following team space configuration: /Team Dropbox (1)/Team Dropbox/Sarah (2)/Team Dropbox/Sarah/Documents/Team…
-
Uploading via /get_temporary_upload_link throws a 413 Payload Too Large error even for files <150MB
Hi! I am uploading files (smaller than 150MB) via the temporarily upload links generated via the /get_temporary_upload_link call. This all worked fine, but since a few days the POST upload call to the generated upload link (e.g. https://dl.dropboxusercontent.com/apitul/1/bNi....) is terminated with a 413 Payload Too Large…
-
Migrating to short-lived access tokens
Hi there, I want to switch from the depricated long-lived tokens to short-lived access tokens for an application that uses offline access. The old token flow didn't have a refresh token generated. Is it possible to get an refresh token for those old tokens (once) so I can migrate the application to the new short-lived…
-
Shared media files with ?dl=1 parameter not working in mobile iOS Safari browsers
Hello Dropboxers, I suddently encounter problems loading media files via a shared link with the ?dl=1 parameter in (at least) the iOS Safari browser. The following sharing links work fine in most browsers, but when I open it in Safari on an iPhone (iOS 12, iOS13), the video isn't loaded and the following error is thrown:…
-
Issue with shared link + ?dl/?raw when it contains specific characters in Filename
Hi! I have an issue with shared links with specific characters in the filename when combined with ?dl or ?raw parameter. When I replace the filename part with the ID of the file, the shared link does work (but that isn't the url returned by the API) -------- Example File Constitucion.pdf (without ó) (Does work)…
-
BUG: rendering PDF with ?raw=1 not showing in Chrome & Safari
To my surprise I noticed that it isn't possible to embed shared files anymore by using the ?raw=1 parameters as discussed in the Dropbox Help Center. For instance, I am not able to see the following file anymore in Chrome 56.0.2924.87 or 57.0.2987.98: https://www.dropbox.com/s/qgauf66zeoi816i/___TEST___.pdf?raw=1 The…
-
/get_temporary_link URL is always setting content-disposition: attachment Header
When doing a call to https://api.dropboxapi.com/2/files/get_temporary_link to receive a temporarily link to a media file, the received URL will be like: https://dl.dropboxusercontent.com/apitl/1/.......... However, the problem I have is that this URL is setting the content-disposition: attachment Header, making it…
-
Return API /previews call with location instead of content
I would like to show previews to the user via the /get_preview call, without downloading/processing each preview via the server. To do so, I now need to point the user to https://content.dropboxapi.com/2/files/get_preview with authentication. But that means that the users are able to obtain the access_token if they look at…
-
Receiving Media Info via /search call
How do I include media info in the reponse of a search call via V2 of the API? When I am listing the content of a folder, it is possible to include the "include_media_info" parameter, but that seems to be missing for the search call?
-
BUG - Direct link to files created via /media API call return a corrupt URL!
I noticed that direct links generated via the /media API are currently returning a corrupt URL. Not all file formats seem to be affected, but I can reproduce the issue for PDF and Office files. According to the documentation, the returned JSON should look like this: { "url":…