-
Issues with 2/files/list_folder/continue & cursor
I have a web app that does the following in order: 1. Login user via "login via dropbox" link 2. Get and save latest cursor 3. Call 2/files/list_folder/continue as needed using latest cursor, saving new cursor after api call Now, no matter what changes are made to the app folder, *ALL* changes are returned when calling…
-
Title of paper doc
Is there any way to explicitly mention the title of paper doc while creating it through create API?
-
Native Dropbox App OAuth grant workflow for iOS using .Net (Xamarin)
Hi, I'm integrating dropbox into Xamarin.iOS using the C# Dropbox.Api nuget package. The authentication via webview works fine, however when the iOS dropbox native app is installed, It won't connect and go that URI redirection process instead. I did the following…
-
Set title to dropbox paper
In the documentation here, parameters to create new paper are import_format and parent_folder_id, while it returns doc_id, revision and title. Title is the one set by default and for me it is [object Object]. Can anyone let me know a way by which I can define the title for paper while creating it? I tried passing title…
-
How can I embed pdf from dropbox into website
I want help with https://stackoverflow.com/q/51001177/3719167 In short, I am using Dropbox in my Django application to upload pdf files. And want to embed it in the template to display the pdf file. I'm using django-storage plugin which generates url as…
-
docs/sharing_policy/set api not working fine
While setting sharing policy using docs/sharing_policy/set api,when I provide value for team_sharing_policy,I get invalid argument error. '{"doc_id":"xyzvvn","sharing_policy":{"public_sharing_policy":{".tag":"invite_only"},"team_sharing_policy":{".tag":"invite_only"}}}'
-
Paper doc Archive
When I am archiving a doc using docId from archive api,the return is null which is expected as per documentation.However,I can't see that archived doc in the archive section dropbox paper GUI.Please, look into this.
-
Kodi Data backup
Greetings, I have this program called backup and I’m trying to backup my data from kodi but when I input the Dropbox key and secret key and then I click authorize it says fail go to the Developers site at Dropbox .. what I’m doing wrong ? Regards Marko
-
How to get all the files and folders of a business account ?
I am trying to find the possible ways to get all the 1) Personal files and folder 2) team folder and files 3) Anything shared with the user. Basically a complete snapshot of what the particular user has access to with in the business account. After reading through the documentations, looks like I need to following steps.…
-
Wrong ClientModified Timestamp
I need to keep my local file and dropbox file in sync, so I want them to have the same timestamp. So I have a file with timestamp displayed in Internet Explorer of: 22/06/2018 13:05:28 So when I upload it, I use the ClientModified field and set it to: 2018-6-22T13:5:28Z I can browse the file in the dropbox app and in there…
-
Share a folder with team members using dropbox api v2.0
Hello, I am trying to create an app that will run on a internal remote server. The app 'listens' for XML files being generated by our BMS system and then processes these as required. The next add on for the app, it is already running is to make use of the XML files above to create folders, share the folder with team…
-
get thumbnail from myfiles
Hi, I am trying to get thumbnail of my dropbox files via api but I am not getting how can I show same or in what result I can access the same. Please help me. In which format I would get thumbnails, where and how will I show it to Img tag function getDocumentThumbnail(name, fileName, userObjectID, $callingFunctionSuccess)…
-
team member name of a file
Hi, i have a shared folder with 3 users, How do i obtain the name of the user who uploads a file in the shared folder. Does the file inside the shared folder contains any attribute about the user or Is there any api in java to find the team member name?
-
listing shared folders and files in java
Hi, can someone share an example code in java to implement FileSharingInfo api and also an example for listing all the shared folders and files in dropbox ?
-
"Restricted Content" Error
Hello, I am facing Restricted content Error for html files in dropbox while downloading them using Dropbox api for .net. FilePath: /Operations/_working files/nancy/oldlaptopbackup/documents/agriculture/2018 Farm Bill_ Integrate CSP with the larger sustainability movement _ AgriPulse_files/21176.html Error :…
-
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…