-
How do I set the record ID for a DBRecord when it's created on iOS?
I need to set the ID of a DBRecord (Dropbox record) when I create it, but I don't see in the documentation where it explains how. It just says, "Each record has a string ID. An ID can be provided when a record is created, or one will be automatically generated and assigned if none is provided. Once a record is created, the…
-
api_core.cpp HTTP error 404 for mov thumbnail?
I'm using the Sync API and most of my image thumbnails download successfully but as I'm scrolling through my scrollview and new images begin to load I'll get this repeating and it seems to line up with when I try to download the thumbnail of a .mov [WARNING] status: NOT_FOUND: api_core.cpp:227: HTTP error 404…
-
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.