-
Upload in background in IOS
Hi, what is the best way to use [_restClient uploadFile ...] for uploading file when the app is in background, knowing that after x minutes apple closes the connection ? thanks
-
Dropbox sync API startLink() not working on HTC One (which has system installed Dropbox app on t ...
he device) I have integrated Dropbox into my app and it works on all Android devices except HTC ONE. The only difference I can see is that HTC ONE device has a pre-installed system app Dropboxc which cant be uninstalled. And the error that I get is "The app was not correctly configured and cannot access your Dropbox."…
-
Upload larger file using Core API
My shop is working with PHP-MVC. i have used dropbox API to upload files from my computer. But now due to long files user have to wait until file uploading is completed now how can i do this uploading in background so user do not have to wait to completed file uploading and user can navigate easily with other area or shop.…
-
Missing query parameter 'state'
I use Dropbox Core API to work with Dropbox. And I impement recently hwioauthbundle in Symfony for a fast authentication. Before this all function upload,download,list files work well. But I have this error : /dropbox-auth-finish: bad request: Missing query parameter 'state' It seems that the $_GET array doesn't contain…
-
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…