-
Android drop box api
I have created drop box API service (Core API), it will upload file to drop box folder . It run successfully on android device. But first time it will prompt for user details and confirmation( browser based oauth authentication). How can bypass login prompt ? upload file without any prompt.
-
Can I close files if there is already exist from DBFileInfo
-
[Sync API] Why movePath sometimes showed an error saying that it should not be called in main th ...
read? Should the movePath API not be called in main thread? * (BOOL)movePath:(DBPath )fromPath toPath:(DBPath *)toPath error:(DBError *)error Sometimes it showed an error saying that it should not be called in main thread, but there is no comment on the API document webpage said we should not call it in main thread.…
-
iOS7+ iOS8 Managed App Settings using MDM software - Keys for auto sign in - Email and Password
Hi all, I need to know the keys for the email and password fields to allow MDM software to push the login details onto the app on installation to save the user (or me) having to do it manually. Any help you can offer would be great. I have selected API development for this one as I presume you would need the keys to build…
-
Data loss on uploading an Sqlite file
I am using core data. The consequent sqlite file that i make, I am trying to upload. It is getting uploaded successfully , but loses all the data that has been uploaded. So what steps are to be taken
-
DropBox e lo storage di file
Salve a tutti e buona giornata.! Vi scrivo per chiedervi delle informazioni che mi serviranno per portare avanti il mio progetto. Ho la necessità di dare la possibilità agli utenti che scaricheranno la mia app per android di poter inviare (upload di foto) le loro fotografie sulla cartella condivisa. Premettendo che voglio…
-
Saver API - SSL v3 handshake failure
I'm using the Saver API (saver js dropin) and been receiving an SSL v3 related error when attempting to save a file to Dropbox: Error Dropbox transfer: Error downloading http://sejda.com/path/to/file.pdf error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure Please also note that this error also…
-
search api
Hi this is my python file access_token='mFSg****************************************'client = dropbox.client.DropboxClient(access_token)print 'linked account: ', client.account_info()print 'SHARE FILES'file_share=client.share('/Apps/gegham/magnus-opus.txt',short_url=True)print file_share when I'm trying to run this , I'm…
-
HTTP Core Api <path> Example?
Hi, I'm trying to make a /shares call from Zoho Creator to dropbox using the HTTP Core Api, could someone please provide an example of the <path> needed? https://api.dropbox.com/1/shares/auto/<path>??? Thanks, Damien.
-
Simulator suddenly crashing on DBFileSystem
I'm using the newest IOS SDK for the Sync API. All of a sudden I'm getting a EXE_BAD_ACCESS when trying to assign the DBFileSystem as follows: (crashes on DBFilesystem *filesystem = [[DBFilesystem alloc] initWithAccount:account];). I'm using Xcode 6.1 and both the 71 and 8.1 simulators are crashing. DBAccountManager…
-
Copy file with same name
Hello Sir, can you please tell me how to create file with same name but it should come with (1) or (2) like this .is this possible with sync api or we just need to overwrite the content.
-
JS SDK: No "Access-Control-Allow-Origin" header is present on the requested resource. Origin "my ...
website url" is therefore not allowed to access. I am using the JS SDK(dropbox-datastores-1.1.0.js). I have seen the following error in my console. XMLHttpRequest cannot load https://api18.dropbox.com/1/datastores/put_delta. No "Access-Control-Allow-Origin" header is present on the requested resource. Origin "my website…
-
OAuth 2.0 Access Token Validity
I have been trying to use the dropbox apis through OAuth 2.0 authentication support. I found that the access token generated through the authorize and token end points seems to be valid for over 2 days. I had expected it to expire after a while (say couple of hours) assuming that to be a standard. I would like to know the…
-
How do I add users to an in-development application?
When I enable additional users, there isn't any way to invite them, and the Unlink All Users button doesn't do anything. Any ideas?
-
Does login ever leave app now?
Hi, I'm updating an old iOS app. In the old version, logging into Dropbox used to require launching the Dropbox app to login -- so it would leave the original app. But now it seems like the login happens within the app, in a popup window. Does that happen for all versions of iOS now, or does it still sometimes leave? How…
-
403 Forbidden error on API access through Java
I am trying to call dropbox's API's through a java based client (spring security) but I get a 403 (Forbidden) error when I do that. The error is WARNING: POST request for "https://www.dropbox.com/1/oauth2/authorize" resulted in 403 (Forbidden); invoking error handler Exception in thread "main" error="access_denied",…
-
View users synced files in app folder
I got this idea off www.xcut.me so i know its possible I just have no idea how to make it work. I have made the app and incorporated it into my website. so far you just give it permission to access its own folder and it creates the Dropbox/Apps/ExampleApp folder directory on the users computer. Now I want users to be able…
-
In PHP : How to detect that DropBox won't hang?
Hi I'm following the example PHP for authentication - no problem. * you create a link for them to go to DropBox page * They "allow" and are given a authorization code * they paste that into your awaiting code * you can the call : list($accessToken, $dropboxUserId) = $webAuth->finish($authCode); to obtain $accessToken. BUT…
-
Datastore query
I am using datastore in my application. It works great. But i don't know how to use the filters (query) in this API. I need to get all the records which are 'createdDate' greater than the given date. I use the following code. NSDictionary *query = @{ @"createdDate":filterDate }; [testTbl get:query]; But it return only the…
-
I am Creating android project to store android contacts on dropbox.
My android phone contacts all are store my dropbox account.so pls help how to intent android app to dropbox cloud.
-
OAuth 2.0 API Error
Hello, I wanted to try out the OAuth API and hence I created a test app. When I make a GET request at the first authorize endpoint (for token flow) I get an error - This app is not allowed to use OAuth. Can you guide me on how to resolve this? Thanks, Amit.