-
How can I find which user is running local installed drop box application in windows platform.
We are developing client server file sharing using drop box, where server take responsibility to download/upload/dbx management responsibility. But there are some situations where client has to find who is logged in local windows drop box application? What is current drop box folder location if it is set from preferences.…
-
How to check if a file or folder exists on Dropbox in the new Dropbox iOS SDK which is now avail ...
able ? I see some responses of checking if the file exists via DBFileSystem over internet, but this was in Sync API which is not available now. There is nothing I am able to find the new DropboxSDK.framework for checking if a file or folder exists before creating a new one. I can use tricks to do this, but is there any…
-
Is it allowed to develop a file sharing app only between spesific users?
I want to develop a simple file sharing web app for spesific users. For example, User1 will send a file to User2 and User3 and the sending file will be saved to app's folder in receivers' dropbox. My company has a project management software and I want to integrate a dropbox based file sharing application in it. Does…
-
Using proxy setting in java sdk
Hello I am working in the network that uses proxy setting. How can I mention the Proxy setting in java sdk? public static void main(String[] args) throws IOException, DbxException { // Get your app key and secret from the Dropbox developers website. final String APP_KEY = "f1klbew9x73o79w"; final String APP_SECRET =…
-
API v2 - set metadata/mtime
With the API v2 preview underway, I'd really really love a way to set the mtime and other associated metadata for a particular file. Having it always stamped to whatever the server has makes developing an application to mirror data [or in our case, a filesystem] very challenging. Clearly the desktop client has this…
-
Where do I find my AP key and secret?
Using Dropbox for automated back-up storage but I need the AP key & secret to make it work. Where can I find that information/ Thanks, Keith
-
Bug on Android Core API
When using the Dropbox Core API, if the Dropbox app is not installed, when trying to open the URL to authenticate on the browser the following error happens: E/com.dropbox.client2.android.AuthActivity(19192): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW…
-
iOS: How can I authenticate via dropbox app?
I see how it's happen in SDK, but I'm not sure that it right approach to try copy it. Any way I can't find anything regarding auth via app. I will appreciate for any info.
-
We use to save pictures from the site very slow (tariff plan Dropbox Pro destroy our problems?)
We use Rails gem 'carrierwave-dropbox' for this site(https://ctg-tour.herokuapp.com) Loaded slowly "tariff plan Dropbox Pro" faster loading?
-
How can i detect the particular given path is file or not using dropbox android core API ?
I want to detect a particular drop box path is file or not using android core API.how come this possible?
-
Need to integrate Dropbox with our website.
I am new to dropbox dont know much about dropbox API's. I have fews question can you please clarify it ? Let me explain you about my idea I wanna to sync or watch one of the folder present in users Dropbox if anything get changes in that folder i just wanna to access that file and upload it on my server put the parsed file…
-
"Generated access token" constantly disappearing after some time
Hello there, I developed a personal php web app which accesses my personal dropbox every minute and checks for new images in a folder, fetches them via the PHP api and deletes the image(s) in the dropbox Folder. To connect to the Dropbox I use the "Generated access token" which can be generated in the app console. Every…
-
JS SDK: Error: dropbox.js loaded in an unsupported JavaScript environment.
Hi, I am developing a firefox extension. Here, I have tried to use dropbox datastore as storage. I am not able to load JS SDK in firefox extension. Reference extension is https://github.com/cgav/dropbox-firefox-extension I am getting the following error in console. console.error: firefox-extension: Message: Error:…
-
Business API with Python SDK
The current Python SDK does not appear to support the Business API; are there any good resources for app integration with the Dropbox for Business API?
-
Correct way to handle Hebrew filenames
Hello guys, I am looking for a proper way to handle hebrew filenames with the Python API. According to the documentation - Any string passed through your API should be normalized to UNICODE and encoded to UTF-8. When using a command line with hebrew folders/filenames (Code page 862) some unexcpected things happens. I use…
-
Recreate events timeline using the API
I'm attempting to recreate the events timeline found on the Dropbox web interface here https://www.dropbox.com/events using the API. Poking around the docs, I found the /team/log/get_events [1] resource for business accounts, which is useful but doesn't have all the information I need. Should I be calling /delta [2] to…