-
Mounting shared folder after adding new members
I am currently developing an app with the Dropbox (HTTP) API and am adding new members to shared folders (/add_folder_member). From my understanding, the accompanying (/mount_folder) request requires an access token from each the new members? Is this (requesting an access token from each new member) the only way to…
-
Dropbox paper doesn't show up in pop-up window to get all files, using API call
Files from Dropbox-paper gets displayed in account home page. But, when using "Dropbox.createChooseButton()" API call, only the dropbox files gets displayed and not the dropbox-paper files. Since, the website home page lists out the entire list including papers, the above mentioned method must display that too. Is there…
-
allow use of id: in paths for folder creation
While trying to build a app for dropbox I noticed that you don't allow use of folder ids in create_Folder_v2 For example like "id:asfd/newFolder" instead to create a folder you have to do it like this /parent1/parent2/parent3/newFolder You guys have already implemented the use of ids in paths into other api calls so why…
-
File synchronization with the Apps folder not working
Hi there. I have a security camera running on a Raspberry Pi which takes photos of motion and uplaods these to a DropBox folder via the DropBox API. The system has generated in excess of 20 000 files over a number of years. I wish to download all of these and ease your servers --- these are small images of <100kb each.…
-
Generate file links manually
Hello community, Recently I was working in an project,where they are integrating Dropbox in their app. I had a requirement where I need to get the links of files available in the Dropbox and display the links to the users.So when they click on this link it will redirect them to the corresponding documents. The issue I…
-
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');