-
how do i setup the a Java Application to get the dropbox Drop-ins to work on my site
im all confused on how to write the Java App or where to put it and I'm all clueless.
-
Does Dropbox have the media streaming capability and supporting APIs
Hi, I am thinking of a Desktop application which connect to Dropbox, authenticate and play media files present in my Dropbox account. I am quite curious to know if Dropbox have APIs exposed for connecting Dropbox, authenticating, streaming music, getting url of a media file etc. So that my application make use of these…
-
Saver Drop-In doesn't work for Chrome Extensions
Even when you add your extension id to the Drop-Ins Domain list, triggering the Saver Drop-In from a Chrome extension currently results in an "Unable to communicate with the parent window" error because for all popups triggered from a Chrome Extension, the window.opener variable in the popup will be NULL. Does anyone have…
-
64 bit Int Error on windows server 2012 R2 64 bit and PHP 64 bit
Hi, I setup an amazon instance with windows server 2012 R2 and installed 64 bit PHP 5.5.22. I'm getting this error: Fatal error: Uncaught exception 'Exception' with message 'The Dropbox SDK uses 64-bit integers, but it looks like we're running on a version of PHP that doesn't support 64-bit integers…
-
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…