-
Python API for Dropbox
Trying to produce a Python script to manipulate sharing of folders between Dropbox accounts. The Tutorial is not present, and the APIs doe not seem to provide a mechanism to build a Members data structure to provide to the sharing classes. a suitable example or pointer to appropriate documentation would be most useful…
-
adresse ftp de mon espace dropbox
Bonjour, Je souhaiterais transferer des fichiers vers mon espace dropbox via FTP. Est-ce possible? et si oui, comment connaitre mon adresse ftp? Merci. Hello, I would like to transfer files TO my personal Dropbox space. Is it possible? If so, how can I find my ftp address? Thanks.
-
Owner of shared folder with V2 API
I'm having a hard time trying to figure out the owner of a shared folder. Our business app has the 'Team member file access' permission. The /list_folder API, returns the parent_shared_folder_id in this form, "parent_shared_folder_id": "dbsfid:AACaAsPOBxY9rbpj6-y635yDW0_GjuKM9c0", I'm trying to figure out the owner of this…
-
I was trying to https://api.dropboxapi.com/2/files/list_folder?access_token=.... but don't run. ...
Where is wrong? I was trying to https://api.dropboxapi.com/2/files/list_folder?access_token=.... but don't run. Where is wrong? using json on c#.
-
OAuth2 with IWebBrowser2
Hi. I am doing some app in C++ using IWebBrowser2 for authenticating user. The problem is that this browser component does not allow catching redirects so in the end of the either code or token flow the component just shows "cannot display the page <my redirect uri>" For such stupid components like IWebBrowser2 Google Docs…
-
how to update the file in the dropbox with a different name but the contents of file are same - ...
using iOS core API I have used the below method to update a file, - (void)uploadFile:(NSString *)filename toPath:(NSString *)path withParentRev:(NSString *)parentRev fromPath:(NSString *)sourcePath; I want to update a file say abc.txt in the dropbox, with the same content but with different filename say def.txt. For this,…
-
Problel with develepment users limit and linnked user
Hi, First sorry for my bad English. I'm working on a web app which would be linked with dropbox. The app always is in development but today i can't test login function anymore. I receive the message "This app has reached its user limit. Contact the app developer and ask them to use the Dropbox API App Console to increase…
-
Protocole DLNA
A t'on la possibilité de lire nos fichiers sur des supports (TV, consoles etc..) grâce au protocole DLNA ? Y'a t'il un projet ?
-
Upload File Problem.. Result is 0 bytes
Hello, Im having a parable uploading my files to dropbox Im using JAVA and the dropbox API my problem is everytime I try to upload the file I am going into dropbox on my browser and trying to look at the file but it appears to be 0 bytes? I don't know where its getting corrupted it doesn't make sense to me I've played…
-
V2 API's DbxFiles.WriteMode.update() does not created conflicted copy as promised
I am building a sync client based on the V2 API for Java. The documentation for update() states the following: "If the rev of the file currently on Dropbox doesn't match revisionToReplace, Dropbox leave the original file alone and save your contents to a new file. For example, if the original file path is…
-
How to get all list(data and folders from dropbox.com/home on api
I don't see any your api support to get all data(and folders) frm dropbox.com/home
-
Sync a custom enterprise app with dropbox on ipad
I had a custom enterprise app written for my company, installed it on the ipad and confirmed permissions so I can open it. Now I can't get Dropbox to sync with it. The app developer is not having problems and can't work out why it won't work for me, I've tried to reinstall both app and dropbox but still not working. In…
-
Dropbox API - Downloading windows exe file
Well, I'm using .net version of Dropbox V2 API with Visual Basic 2015, and I'm trying with it to download an .exe file from my dropbox. So, I do this: Dim response = Await dbx.files.BeginDownload(path + "/" + file) filecontainer = Await response.GetContentAsStreamAsync() Filecontainer is a string. After that, I try to…
-
Login without DB UI intervention?
I am using the iOS SDK with objC (v1). Is there a way to programmatically login to a dropbox account from my app without having the DB UI prompt for user/password pop up? We want to use our DB (the developer's) rather than the DB of the user of our app. Basically rather than call linkfromcontroller we want to run it from…
-
Concurrency issue - failed to grab locks
We did see the previous answer https://www.dropboxforum.com/hc/en-us/community/posts/204555365-Failed-to-grab-locks about the concurrency limitation. But wanted to find out more information, - Is this limitation because of using the API - Is the limitation because the same OAuth token is used by concurrent requests? - Is…
-
Is there a constant or method that return the upload limit per request?
I'm writing an application and I trying not to hard code the upload request limit of 150 MB per request to my application. Is there a way retrieve that value? I wanted to know if Dropbox plan to raise that limit in the future.
-
search for latest file?
my goal is to retrieve a list of files for the last 100 newest files in a given folder for ex., Is it possible to use the search API for that? or there is a different API that can achieve that?
-
Check if user has verified his/her account
In API v1, one can check whether user has verified his/her email. In API v2, that seems to have disappeared. Is there a way to check, otherwise, during folder sharing, it will return an error?
-
Saving Data Directly from AJAX to Dropbox
I'm trying to avoid having to create static files. I would like to submit data directly to Dropbox with AJAX. I tried one method of adding post data to the options to the url which returns the content. This doesn't work. I didn't expect it to work, but it did get far enough to time out while sending. Perhaps a problem with…
-
get full files and sub-folders tree?
Using API under business account, is it possible to get the full folder/sub folders and files tree from a given folder? +++++++++++++++++++++++++ EDIT Please ignore, I've used the API explorer where it doesn't show some of the API calls that I was looking for.
-
API session expiry?
Hi everyone, I'm in the process of creating a Python app which will run on my Raspberry Pi to allow me to control a webcam via Dropbox. I have created an app and generated an access token. In my program, I have the following general structure: if __name__ == '__main__': dbx = dropbox.Dropbox('MY_ACCESS_TOKEN') while True:…
-
Chunked download via Chooser
If a user uses the dropbox chooser to select a file, in order to copy it to another system, is it possible to use the link to download the file in chunks. We tried using the range HTTP parameter but it seemed to be ignored and returned the full file. Also is there a limit to the amount of data that can be returned from the…
-
I get error readline() function
i try curl login dropbox but i alway get this error.. 1. Go to: https://www.dropbox.com/1/oauth2/authorize?locale=&client_id=qb8y2vxw727tgqh&response_type=code 2. Click "Allow" (you might have to log in first). 3. Copy the authorization code. Fatal error: Call to undefined function readline() i installed readline on my…
-
How to display text file content saved on account?
Hey I'm building an text editor web-app using php. So basically I want to display the content of a text file on a text editor that is already saved on the application's filespace. My question is do I have to download the file to a local folder and read its content from there or is there another way to directly read files…
-
Java V2 SDK - get metadata
Using Java SDK v2, I need to get metadata for a file or all files in a directory. Specifically the client modified timestamp. I cannot find this anywhere in the V2 docs, specifically the DbxFiles.Metadata class only contains name, pathLower and parentSharedFolderId. How is this done?
-
ios sdk include_deleted
In the ios sdk (v1 for objc) is there any way to customize the requests for metadata so you do not get all the deleted files? I cannot find a way to set include_deleted to NO.
-
Why do I get this as response for file Download?
I'm using the HTTP API with PHP via it's cURL methods. I send in the correct way the request and I get a correct status (200). But as response from the request I expected the content of the file and I receive strings as this one: @/tmp/php5BHw8P;filename=8jh7d5.jpg;type=image/jpeg Am I doing something wrong? What should I…
-
OAuth2 public app key security
I'm just in the process of updating a few things and wanted to clarify how things are handled in terms of OAuth2 (and specifically, in this case, Android). Basically it's my understanding that the app key must be included as both R.string.app_key and in AndroidManifest.xml in order for the implicit Auth behavior to work…
-
Find the last updated timestamp of a directory (that includes changes to any of the files in the ...
directory - add/modify/delete) Challenge: Use Dropbox REST API to get the last updated timestamp of a directory (that includes changes to any of the files in the directory - add/modify/delete). 1) I tried using the API v1 first: curl -XPOST https://api.dropbox.com/1/delta -H "Authorization:Bearer…