-
Issue : api add method in codeigniter library
When try to upload media on dropbox using api(codeIgniter library) that return 'stdClass Object ( [error] => stdClass Object ( [file] => Expecting a file upload ) ) '
-
Access Datastore from a Share Extension (iOS8)
My apologies to post during the holidays :p Ive been trying to get datastores work through a Share Extension somehow. I stumbled across this http://stackoverflow.com/questions/25990204/access-to-dropbox-datastore-from-ios8-widgets I think its possible only in the Core API SDK. Has some one tried to accomplish this? I…
-
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…