-
how download file with oauth1
I'm a total green hand, when I read the API guide, it seems that the api /files(GET) is based on Oauth2? So how can I download a file with http request base on Oauth1? What should I set for header "Authorization"? Can anybody help me? Thx a lot ~
-
Dropbox-API for python on windows missing API V1?
I asked this on stack overflow and no answers so I'm trying again here. I have win 10 PC and Python 3.5.1 with dropbox latest version. API V1 seems to be unsupported. Calls to dropbox.client gives no attribute client was found. I was using the official tutorial code. When I run the same code on raspberry pi Jessie with…
-
trying to upload many pictures from ios device to dropbox folder using swift
so i have a list in swift of a bunch of URL from pictures saved in a folder with in the ios device. what happens is that i want to upload all those pictures to a folder and when i do it i get some pictures and not all. im using a loop to do go through every URL and uploading them one by one with in the loop. sometimes i…
-
error during upload file
I have an error with a file upload of ~452 MB this is the exception: the code is picked from here ('64cb960257abb6a107b327cfefbad8ab', 502, u'\n\nDropbox - 5xx\n\n\n\n\n\n \n\n\nError (5xx)Something went wrong. Don\'t worry, your files are still safe and the Dropboxers have been notified. Check out our Help Center and…
-
How to install SwiftyDropbox in xcode project
I have tried using cocoa pods, with no luck. i have tried everything. i have cloned the drive, i have downloaded it from github. i have tried creating a new project and copying the files in. Every time i seem to either miss out on the .xcodeproj file completely or miss the idk in the project. I am trying to create a…
-
py2exe
Hi. I'm trying to use python's py2exe to freeze an application that includes copying a file to dropbox via the API so I can run it from a machine that does not have dropbox installed. My python script itself works well within python. Then I create an exe file, but when I run it I get the following error:…
-
SwiftyDropbox and support for multiple accounts
We're migrating from Dropbox iOS SDK to SwiftyDropbox and we need to support a vital feature: support for multiple accounts. There's not much documentation about that (none, actually). Typical single-user case which is perfectly handled by Dropbox class, as far as I can see, simply calls similar appropriate methods on…
-
Java API Concurrency with multiple users accessing app.
So I am developing a Spellchecker application. I am storing all the projects (books) on Dropbox. My application downloads and uploads files to Dropbox. The application will have multiple users who may possibly be accessing the same project at the same time. If two users finish processing the project at the same time (i.e.…
-
Client-side sync hook
When a file gets updated on a particular client, is there a place for a hook to run a script on that client? I believe this can be performed by running something on that client to poll /delta, but is there a non-polling, client/daemon method? I know I get a little pop-up on my Ubuntu desktop saying when my file gets…
-
Control log level in Sync API for iOS
I realise that the Sync API is now deprecated, but as an iOS developer working with a large existing Objective-C application I can't switch to the new Swift SDK, so I'm trying to make do. One annoyance that I have is that the Sync SDK fills my logs with warnings (e.g. "device is offline") which I don't want to have. I…
-
Authenticate multiple users
Hi. My app authenticates one user and stores token for further usage without re-authenticate him. Then the app needs to authenticate another user but when I make a call to auth page it automatically jumps to redirect uri without asking for new credentials returning first user's token. Can someone advice me how to…
-
Create a new folder using FilesRoutes.BeginCreateFolder method
Hi , I don't understand how to use this method . What is supposed to do an AsyncCallback? Can you please provide me an example ? Can I create a new folder in my root folder using this method? Thank you
-
Python implementation for shared link metadata
I was not able to find the Python implementation of the "shared link metadata" endpoint to do what is listed here: https://blogs.dropbox.com/developers/2015/08/new-api-endpoint-shared-link-metadata/ A minimal Python working example for the three presented cases would be very useful!
-
app secret and and app key no longer working?
Hello, while playing with the following initialization function: [[DBSession alloc] initWithAppKey: [Constants dropboxAppKey] appSecret: [Constants dropboxAppSecret] root:kDBRootAppFolder]; for once I supplied the correct appSecret with an invalid appKey to see how it will behave. It gave a 400 error but then when I…
-
Error in call to API function “users/get_current_account”: Unexpected URL params: “access_token”
MainViewModel: <SPAN class="kwd">public</SPAN><SPAN class="pln"> async </SPAN><SPAN class="typ">Task</SPAN><SPAN class="str"><string></SPAN> <SPAN class="typ">Httpclient</SPAN><SPAN class="pun">(</SPAN><SPAN class="kwd">string</SPAN><SPAN class="pln"> link</SPAN><SPAN class="pun">,</SPAN><SPAN…
-
Java dropbox API permanent key
Hello, I am for the first time trying to create a APP that will upload a backup file into dropbox and although I managed to get it to work with the code example provided here https://www.dropbox.com/developers-v1/core/start/java the generated code only last for one run, next time it does not work anymore and I need to…
-
-canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "(null)"
I installed everything like they say in this tutorial: And this is the output i get from xcode, when i try to sign in using the iPhone 6s simulator. 2016-02-06 22:05:42.592 DBDemo[16063:892330] -canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "(null)" 2016-02-06 22:06:05.257 DBDemo[16063:892330]…
-
Feature request
I would like to have the ability when editing one of my apps, in the redirect URIs section, to disable a URI instead of having to remove it. Thank you.
-
How do I set up HttpContent for my HttpClient PostAsync for dropbox api
HttpClient client = new HttpClient(); client.DefaultRequestHeaders.Authorization = new System.Net.Http.Headers.AuthenticationHeaderValue("Bearer", oauthToken); HttpResponseMessage response = await client.PostAsync(link,/*what is it???*/); response.Content.Headers.ContentType = new MediaTypeHeaderValue("application/json");…
-
Dropbox chooser crashing in iOS
Dropbox chooser response is returning single file dictionary instead of array of files Refer for full description : http://stackoverflow.com/questions/35336976/dropbox-chooser-crashing-in-ios
-
Consumer v2 API, upload file with ancestor as a file, could upload successfully and change the a ...
ncestor to folder I upload a file with the path /a/b which a is a file, but I got the response of 200 and this API change a to folder. I think its a bug cause v2 API should response with conflict ancestor error of status code 409.
-
API to unauthorize an account from an App.
Our App has a Webhook setup for notifications. As the service provider we get notifications from dropbox teams, when someone authorizes their account with out App. Now, what is the process of un-authorizing the account from the app, so that we will not get notifications just for that account.
-
Dropbox OAuth2 /Delta API not returing image width and height information
Hi, I'm Integrating Dropbox photo API in my Android App, I want to display Image dimension in before loading the image in UI. I'm using https://api.dropboxapi.com/1/delta and adding inclue_media_info = true, i'm getting whole dropbox structure.From that I'm parse only image type files & I'll populate in UI. I have other…
-
Rename folder API v2
Is it possible to rename a folder using API v2?
-
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…