-
Large File Download
Hello, I used Dropbox SDK for .NET to download a large file of size 1.3 GB but the program hung. using (var response = await dbx.Files.DownloadAsync(path + "/" + file)) { byte[] buffer = await response.GetContentAsByteArrayAsync(); } I then used Dropbox REST API - "https://content.dropboxapi.com/2/files/download" with…
-
Large File Download
Hello, I used Dropbox SDK for .NET to download a large file of size 1.3 GB but the program hung. using (var response = await dbx.Files.DownloadAsync(path + "/" + file)) { byte[] buffer = await response.GetContentAsByteArrayAsync(); } I then used Dropbox REST API - "https://content.dropboxapi.com/2/files/download" with…
-
409 error while revision download
The 3rd revision of a file got 409 error while trying to download. The 2 previous revision was downloaded successfully ------ query for versions ------------------------------- POST https://api.dropboxapi.com/2/files/list_revisions HTTP/1.1 Authorization: Bearer <ACCESS_TOKEN> User-Agent: OfficialDropboxDotNetSDKv2/4.0.0.0…
-
list_folder/continue returning same ID for multiple files in folder
I'm having an issue downloading content from a team admins account (I'm using a dropbox buisness API with team member file access). There are several shared folders that this team admin is an owner of. However, when I run the below code I see an entry for each target item in the folder but they all have the same ID. I've…
-
Error in call to API function "files/delete_v2": request body: could not decode input as JSON
hi, i'm trying to delete a file inside an app folder using HTTP POST request in UNITY, i'm having no problem to delete file through the Dropbox API explorer, but in UNITY receiving an error: "Error in call to API function "files/delete_v2": request body: could not decode input as JSON" here is the request form:…
-
Api to fetch file activities by user
Hi, is there an api to fetch file activities such as create, update, delete, view for each user in a team? Effectively, I want to know how many files each user in a team has done of these operations on over a given period of time. thanks, - Suresh
-
How to upload when app enter background in ios
I tried the upload request with the simpler one and the batch upload, and I found that when app enter the background, the upload work will stop and loss some data. So how to upload files when the app enter the background?
-
Location of OAuth tokens android
Where are the 0Auth tokens stored on android? I am trying to test my app, but to do that I need to ersase all personal data from my device. But even when I am deleting dropbox and reinstall it, it still shows I am connected. I need to find the path for the OAuth tokens in order clear all my data. I am using Dropbox ver 2.…
-
Upload pdf(using swift sdk) is damaged when downloading from dropbox
I am following the instructions on https://github.com/dropbox/SwiftyDropbox#download-style-request and I successfully upload my pdf to dropbox. However the uploaded pdf cannot be previewed and when I download, it shows the following error. I tired to upload the same pdf manually to dropbox. I can preview and when I…
-
download a folder shared by link via php.
Hello, I can not download a folder shared by link via php. was working for months, was there any change? copy ('https://www.dropbox.com/sh/ms0jkimefzrzgqs/AAARcvzqPzT3VLItoaXd_GYJa?dl=1', 'file.zip');
-
How i get a file ID from a share URL?
Hi, In my business they use functions to download files from others applications like OneDrive or Google Drive from the link generated when you share files and copy in a textbox, IDs generated from the shared link are the IDs of the file or is it an own ID to share it? Thanks.
-
path/not_found on create_shared_link_with_settings for Dropbox-API-Select-Admin auth (Business)
I try to integrate a web app I'm working on with Dropbox Business API. The case is uploading some of the documents to specified folders and then generating the sharing links for them, to serve them from Dropbox rather than store them on app server or generating them on the fly. My flow is: 1. I prepare the file to be…
-
Restricted content Error
Hello, When I try to download the following file from a client's dropbox account using Dropbox api, I get an error. FilePath: /Operations/office logistics/it/assets - software/Office 2013 std/autorun.inf Error:path/restricted_content/... Please help. Thanks, Gagan
-
Restricted Content Error
Hello, When I try to download the following file from a client's dropbox account using Dropbox api, I get an error. FilePath: /Files/2016/Final Products/Archive/cfl.dropboxstatic.com.url Error: path/restricted_content/.. Please help. Thanks, Gagan
-
Unable to upload a small file (less than 20mb) due to timeout
I'm trying to use the files_upload (through the Pythoon api) but I'm getting an error if the file is somewhat larger, but less than 20MB. The documentation states that files_upload shouldn't be used for files larger than 150MB, which will be true for the files I'm trying to upload. I tried to…
-
Point-in-time track of dropbox resources
How can I check which objects like files,folders and space used has been changed after a specific time or date? In short,how can I get a point-in-time change of my dropbox resources?
-
I can't download shared folder with curl
For some reason, downloading folder from shared link is working not as expected. What i do: - Creating folder "_test" - Making public link - trying to save: curl https://www.dropbox.com/sh/gm775ysbj2hy53s/AADUFPm6S4QtTztv52traWTka?dl=1 -o test.zip -J -L -k unsuccessfull, getting some script content instead of zip with…
-
APIs to get changes since some date or time
Hello, We are working on a requirement where we are looking to get the list of changes done in Dropbox account after a certain time. Say for example: I want to get list of all files which are created or modified after 10th June. I had a look at the API documentation and also tried few APIs but couldn't achieve this…
-
Dropbox API v2 to find whether the files are synced, deleted, renamed, moved or copied.
Dropbox API v2 in java provides methods to upload a file, read content of a file, etc. But is there a way to find that a file is either synced, deleted, renamed, moved or copied using these API's ?
-
Download shared folders via /2/files/download call
I've been calling /2/files/list_folder and then calling /2/files/download to download all files of a specific user. However, I noticed that I'm not able to download the content of the following types: Team Folders Shared Folders I'm not worried about the team folders but I would like the ability to download all content…
-
User options (open in new tab or download) for Temporary Link
Hi, Wonering if anyone is able to help me achieve the desired user experience I'd like using the temporary link generated from the get_temporary_link endpoint. This link, on click, initiates a download by default. What I would prefer is to instead give the user the option of downloading the document which they can then…
-
Error in call to API function "auth/token/from_oauth1": Bad HTTP "Content-Type" header: "application
i am calling app auth api but i am receiving below error. Error in call to API function "auth/token/from_oauth1": Bad HTTP "Content-Type" header: "application/json; boundary=------------------------796cea680fa095ca". Expecting one of "application/json", "application/json; charset=utf-8", "text/plain;…
-
Finding hidden folders
Is there any Dropbox API in java that finds the path of the hidden folders(i.e .dropbox.cache) and lists files inside it?
-
Linked CSS file with ?raw=1 does not load anymore, but images embedded the same way do
Hello, I've had a CSS file called with ?raw=1 from within ~70 eBay articles suddenly drop dead yesterday. It loads on its own, but closer inspection revealed that CSS files completely refuse to load when linked inside any HTML using the ?raw=1 extension, but still works when changing www.dropbox to dl.dropbox or ?dl=1. As…
-
upload file to public file request with javascript
I generated a public file request in Dropbox and would like to write some javascript code to programmatically upload a file which is generated on the flow (e.g. var myJsonString = JSON.stringify(myArray)) to the public folder. As an example, I created this public folder: https://www.dropbox.com/request/3gnn9m16eVCwxazuQIOF
-
What is an api of dropbox to get content any files like pdf file , rtf file and etc?
Hello All, I am looking for v2 api to give only content of any files because when i use v2 api like download to get file using java, in response i would get content along with extra details like fond, alignment and other stubs details which i am not expecting. due to this it effects on my business logic. Please guys…
-
Authentication types
What is the difference between User Authentication, Team Authentication and App Authentication ? which is the most efficient one ?
-
DBRestClient and DBRestClientDelegate replacement in v2 Objective-C SDK
https://stackoverflow.com/questions/50748066/migrating-from-old-dropbox-sdk Basically, I am surprised that the new SDK looks nothing like the old one, and want to make sure I am not missing something. I use a small subset of Dropbox, have done so for years troublefree, and don't want to introduce bugs by going the long…
-
Dropbox Chooser, return both link types in one call
Hello, It would be great if Chooser [1] could return both link types - preview and direct in one call. As I know it is not possible without OAuth API calls or is there any other simple way? Regards, Nikos [1] https://www.dropbox.com/developers/chooser#javascript
-
CORS Problem with Namespace and Dropbox-API-Path-Root header
Trying to list team root folders using this request from the namespace guide: curl -X POST https://api.dropboxapi.com/2/files/list_folder \ --header "Authorization: Bearer <token>" \ --header "Content-Type: application/json" \ --header 'Dropbox-API-Path-Root: {".tag": "root", "root":"<namespace_id>"}' \ --data…