-
Dropbox Core API file owner
Hi everyone, first time around here. I'm trying to access the last person who modified or uploaded a particular file in a dropbox folder. Is that possible? When I say person, i mean the name that usually appears next to a file in any dropbox folder. Thank you very much :)
-
/delta from iOS API
There does not seem to be a way to restrict /delta API calls from the iOS SDK in the way that is possible from the REST API, i.e. I want deltas starting at such-and-such a path and below. I run across something saying it would be "added soon", but that was well over a year ago. Is it coming?
-
Multi-User IOS
you can manage (store) multiple users dropbox in ios? and if so, how? thanks
-
Status 429 Rate Limiting very frequent
I have an Android application that gets the Dropbox photos the user has and then it can send the Dropbox oauth token to a web service so that web service gets the photos and extracts the Metadata and saves to a server database. Everything was working great, photos were downloaded from Dropbox using several threads at the…
-
Can't upload at Dropbox as Dropbox Size is less then the backup Size.
I'm trying to backup to my 1TB of Dropbox space but can't and get this message > Can't upload at Dropbox as Dropbox Size is less then the backup Size. Anyone know whats going on or can help? Thanks
-
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…