-
Open a folder directly inside Dropbox app
Hi, Does anyone know if it is possible to send a folder root from an app directly to dropbox app, to let the user review the content of a folder directly in the dropbox app? I have an app that does data storage and sharing with other ipad users. So far it was only text file uploading and downloading. At the moment I want…
-
How to retrieve Shared Folder and Modifier information in /metadata call
I'm having issues with the shared_folder and modifier fields being returned in /metadata. I can't seem to get the API to return anything for shared_folder, and modifier always comes back as null. The files in the folder I'm calling /metadata on have all been shared with another account. I've done this sharing using both…
-
Write a delta to the latest revision?
I'm creating a simple online form where I want to send the submitted data to my Dropbox Datastore using PHP. Now the problem is, this might cause concurrency issues which I'm not sure how to handle. Consider the following scenario where two users (A and B) submit the form at the same time: A calls get_datastore and gets…
-
Embed Photo Album into my website
Dear Sir/Madam, I have an application to download all my Facebook photo and upload to my Dropbox, is there any HTML code that allow me to embed a specific photo album from here to my website? Is it a responsive view? Do you have any screenshot for reference? Best regards, Kelvin.
-
java sdk: "error": "The given OAuth 2 access token doesn't exist or has expired."
hello, my application runs non stop (daemon) and checks every 10 seconds if a file has changed (lastmodified) the application works well, but after some time (1 - 2 days) the token seems to be invalidated. i did not invalidate it, and no one else has access to do this. if i renew the token, the application will run again…
-
Error 401 when syncing with 2do app
My task manager is 2do and whenever I use dropbox - I have to access dropbox for it to happen - I cannot sync my app on the different devices - Mac, iPhone and iPad. 2do says that it is up to Dropbox to solve the issue, which to some degree makes sense since the problem is when I access Dropbox. Can you help me or give me…
-
Dropbox CORE API on Android Studio
Hello folks, i am interested in how should i include the Dropbox CORE API on Android Studio? Can someone show me step by step how to include it?
-
problem with frozen executable python program
when using dropbox api sdk with python it's work very well with python script but when converting this script to executable using cx_freeze i get this error RESTSocketError:Error connecting to "https://api-content.dropbox.com/1/files/auto/data.txt":SSL certificate error:[Errno2] No such file or directory every time i check…
-
Load Images stored in Dropbox folders
I have developed an android Application to load images from URL. Now, I plan to integrate Dropbox API with it. I want the app to dynamically load folders and files from my Dropbox to show on user's respective devices each time the app opens. So, I need help for deciding whether to go for Core API or Sync API. Also, is this…
-
Can't import Dropbox API into Swift
I followed the instructions at https://www.dropbox.com/developers/sync/sdks/ios to setup the SDK and https://blogs.dropbox.com/developers/2014/09/swift-apps-with-dropbox/ to import it into Swift with #import <Dropbox/Dropbox.h>. I get an unresolved identifier error for DBAccountManager in the AppDelegate, so it seems as if…
-
use dropbox as a static data server
hello, i have 300 GB video and picture data of my websites. websites use 250 GB/month traffic totaly. i want work php codes in a shared server and store video data in dropbox. 1. is it possible to use dropbox api to upload/download videos from php code in shared server into dropbox folders. 2. is it efficient to serve…
-
How to check validity of access token in java code
How to check validity of access token in java code before using it?
-
Problem with API share link
I'm trying to get a share link using the API. I have a problem when I try to get a link to a file with a rev number. For example, myfile (5).txt In these cases the numbers were added by your system during a PUT because I have it set up to not overwrite. Any advice about how to get these revised files? I am saving the file…
-
Windows 8 store app Dropbox get access token and upload issue
I am able to successfully login and get the request token using rest apin in Windows 8 store app. But I am getting '401 Unauthorized' error while retrieving the access token as well as trying to uploading file in the dropbox using api. Please give me the solution.
-
VB.Net Business API web service trouble
I am just getting started working on some tools to synchronize accounts with dropbox via the Business API, but I am having some trouble getting it working correctly. I am just simply trying to verify the web services at this point. I know that I am on the right track because it works as expected with SoapUI, but passing…