-
Does Dropbox plan to implement a development environment like 'Box'
Hi, I've been asked to do some work with the the Dropbox for Business APIs. At the moment you have to sign up for a trial and give your credit card details to be able to do any development and testing. I signed up for this and couldn't cancel my subscription in time. For which I have been charged £66 which dropbox is…
-
Business API Node
I researched for the past 2 days and I can't find any tutorial or examples on how to access, create folder, share those folders to other team using DropboxTeam in node. I subscribed for a 30 day trial Business account so I can do the project, is there any resource with examples or tutorials out there? Can you please give…
-
App developer
I'd like to use copy_batch function to copy some files from a folder to another folder. Even though the code looks fine, I receive the "In Progress" result. When I checked the app developer instruction, I realized that the function needs two authentications: User Authentication (Which I have) and Dropbox-API-Select-Admin…
-
Upload text from Javascript
I have a question where I couldn't find an example. In my Javascript app I'm creating arbitrary JSON-snippets, which are NOT saved as file(s). How can I upload those snippets to Dropbox? Do I need to use `filesAlphaUpload`? And if yes - is there a snippet to show how to use it? Or do I need to create a buffer from the JSON…
-
Downloading .h5 file with urllib
Hello, I recently uploaded a 4gb .h5 file onto dropbox under this url: https://www.dropbox.com/s/1jolgsw5kgxmsd5/recordings_300_SqMEA-10-15um_minamp0_60s_10uV_far-neurons_bpf_25-03-2019.h5?dl=0 When I try to download it using urllib in python 3: file_url =…
-
Developer Business Account
We are looking at integrating my application with Dropbox Business API. Is there a way we can do that without opening a business account? Free trial accounts might be possible, but is there a way to make sure those accounts never convert to actual billing (beside remembering to cancel them)? We wouldn't want to be charged…
-
/list_folder/get_latest_cursor and property_groups issue
Hi, I am having trouble getting the latest delta cursor to include the property_group. I am using https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor passing in the JSON body the include_property_groups item (as per documentation). Example: curl -H 'authorization: Bearer xxxxx' -H 'content-type:…
-
swifty dropbox download cancel
how can I cancel a file download in progress through the API? thanks.
-
Automating account deletion when user is in a suspended state.
Is it possible to automate an account deletion after it's been in the 'suspended' status? I'd like to reclaim a license without having to interact with the admin interface
-
C# CopyBatchV2Async Method not working as expected
The CopyBatchV2Async documentation states that it can "Copy multiple files or folders to different locations at once in the user's Dropbox." So that means that if I specify FromPath as a folder, and ToPath as a folder in a RelocationPath, it will copy the contents of the FromPath folder to that of the ToPath folder right?…
-
Data transport API calls limit for Individual Professional plan
What is the Data Transport calls limit is for an Individual-Professional plan? Certain resources imply that it might be unlimited but they don't explicitly state that.
-
Java SDK V2 SSL Example / How do you do it?
Thanks for opening. I'm looking to use the Java SDK for Dropbox API V2 with SSL with some clients, and I've realised recently I've not been connecting with SSL. How could I modify the code below to allow me to connect via SSL? public void Connect() throws DbxException { System.out.println("his.details.getACCESS_TOKEN() = "…
-
It's possible to upload from javascript using URL instead of Blob/object?
Hello, I'm trying to upload a file to my Dropbox account through javascript. Actually, I've been using this: var dbx = new Dropbox.Dropbox({ accessToken: ''+data.dropbox_key+'', fetch: fetch }); dbx.filesUpload({path: ''+data.dropbox_path+'' + data.file.name, contents: file}) the file blob/object was getting it from the…
-
Getting direct download link to each file inshared link contents
Hello all, We are using Dropbox Javascript SDK to access a shared folder link in our AngularJS application. However after we get the contents of the shared folder using dbx.filesListFolder we get the files and subfolders as expected. But we want to get direct download links to all the files inside this shared folder. For…
-
Folder/file ownership: API https://api.dropboxapi.com/2/sharing/list_folder_members
In my case 'Diego' is the owner of the folder (and also the admin) while 'Roberto' has 'Can Edit' rights. Calling the sharing info API I get the following output: { "users": [ { "access_type": { ".tag": "editor" }, "is_inherited": false, "user": { "account_id": "dbid:AAAl6V-VAYEz5PzvUmZhUu_KPL9m_li5___", "email": "******",…
-
Sending Folder IDs instead of Folder path in APIs
Hi, We are developing an app wherein we are storing the folderpath to upload files directly to theat folder in Dropbox. If the user unknowingly changes the folder name, we face conflict while invoking upload api or the file is uploaded to the newly created folder of that name. To overcome this issue, it would be better if…
-
This app has reached it's limit
This app has reached its user limit. Contact the app developer and ask them to use the Dropbox API App Console to increase their app's user limit.
-
authentication app with php
i am building a web app that allows clients to receive files from their audience to their drop box account, am finding it difficult to authenticate my app. i need help am using codeigniter.
-
Redirect on .GetCurrentAccountAsync()
Hi, I'm using the Dropbox Api 4.9.3 for .NET, and there is some weird behavior during/after authentication. What I do is: - open a WebBrowserDialog - get authorizeUri using DropboxOAuth2Helper.GetAuthorizeUri(OAuthResponseType.Token, m_ClientId, m_RedirectUrl, m_Oauth2State, forceReauthentication: true); - navigate to that…
-
Upload a file via API to a file request?
Given a file request URL, is it possible to programmatically upload a file to that endpoint without usign the web interface?
-
How to full absolute path of a team folder using the namespace id?
We use full path to track dropbox files in our system. When a file is added in a team folder then we get an event that has "contextual" path. But when an external user drop a file then it does not have this field. So, how can I get full path of the team folder using its namespace id.
-
Retrieve all files in App shared folder (respecting folder tree)
Hi! I'd like to display all files of from a shared folder, using DropBox API respecting my folder hierachy. I followed 2 different ways : 1) My first idea was to use the files/list_folder endpoint (and recursive parameter as true) then files/list_folder/continue as mentionned in lot of answers here to get all files and…
-
Drobox upload
Can i send stream object to dropbox upload api? or else can i send data in multipart format. because when i try to upload data by sending stream in body i get error {"code":404,"name":"ActionUncaughtException","body":{"name":"TypeError","message":"First argument must be a string, Buffer, ArrayBuffer, Array, or array-like…
-
Dropbox API 2 supports .Net Core 1.1?
Hi, I have an ASP.Net Core 1.1.1 app that uses the DropBox API. When starting Visual Studio 2017 I get an error message: Package Dropbox.Api 4.3.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Dropbox.Api 4.3.0 supports: - net45 (.NETFramework,Version=v4.5) -…
-
How to get list members on a team folder using team admin token?
Hi, How can I use the team admin token to find the member list on a team folder? My doubt is, to get the list of members I need to provide some memberId with header "Dropbox-API-Select-User". But I dont know who all has access on the folder so I cannot provide that info. Please help. Thanks, Manish
-
Changing Folder Owner Via API
Hi, I have been trying to use the API explorer to work out 1) who the owner of a folder is, and 2) then change the owner of the folder. The main issue I'm coming across is that using 'list_folder' to get the id and sharing id (if shared) is that when using either as the id on 'list_file_members' it always returns an error.…
-
Download folder as ZIP in api v2?
One of my apps that i'm trying to migrate from API v1 to v2 uses the v1 functionality where you can download https://content.dropboxapi.com/1/files/auto/path/to/folder, and dropbox sends you a ZIP file so long as the contents of the folder are small enough. Has the auto-zip functionality been completely removed in API v2…
-
Dropbox APi 400 Bad Input parametr
Hello, I have a problem with my blog on WordPress. I have backup on Dropbox and since few days I have received error messagges. What should I do? : 35] 1. Try to send backup file to Dropbox … [17-May-2019 03:36:36]…
-
File/Folder paths arent set
Hello, when I try to call /files/get_metadata of any file or folder, the returned entry doesn't contain path_lower or path_display. I am assuming that means those values aren't set, but I'm not sure how that can even happen. This is an issue because it means I can only access files via the File ID, but when you look up…
-
VBA code to get Shared Folder link
Hi Can somebody please tell me if it's possible to retrieve a shared folder link (that I will later send on to a 3rd party) using VBA and presumably the DropBox API? I know the exact path to the folder on my C drive that I would like to send a link to ("C:\Users\me\Dropbox\JobName\Folder2Link") so just want to retrieve the…