-
Creating new folder in Dropbox app in java
I'm developing a java program that uses app console to upload files to Dropbox and i want to know if there is a way to create a new folder by code
-
file sharing app
I'm using Dropbox to back up files for my app. I want to enable users to share files that are stored on Dropbox. Currently the app gets a share link and reformats it in a way that when clicked, the app will open and then a post request will attempt to get the file from the share link. So far, instead of getting the file I…
-
How to I connect to your own dropbox account in my apps??
My questions title is quite difficult to understand.... My question is I want to develop application to use dropbox api. In my apps, users can upload/download files to their own dropbox account. if it is possible, how can i get the users appkey or permission to connect their own dropbox account? I mean that my app is…
-
Saving Preferences in dropbox
Hi, I am an iOS developer. Please let me know how to save preferences in dropbox programatically in iOS. Thanks in Advance.
-
Dropbox com.android.packageinstaller.InstallAppProgress has leaked IntentReceiver
Unable to upload a file. I am trying to upload a file to dropbox. I have configured manifest file, and written the below code. Please help me understand what I am missing here. Debug Statements prove that the file is correct. 02-11 12:24:37.835: D/AutoActivate(14797): Database path…
-
Shared folder
Is there any way of seeing if someone in a shared folder has downloaded or edited a file?
-
Simple question
How to make URL of this expression - curl https://api.dropbox.com/1/account/info -H "Authorization: Bearer <access token>", I do not understand that there is -H . Can you write an example, thanks
-
Retrieve my api keys
Hi guys I have two apps that can access dropbox accounts How do I retrieve the api keys? Thanks
-
User setup of Token and Secret
Hi Im a bit stuck...I need to give my net app access to a drop box account...mainly want the app to create shared folders. Im using the dropNet API How do I manually set the Token and Secret on the users dropbox account or how do I obtain it it is in the form of xxxxxxxx/xxxxxxxx Many Thanks
-
thumbnailLink contains an invalid url
I'm creating an integration between my app and dropbox, but I can't figure out why the link inside of the thumbnailLink field is incorrect and not accessible. I'm using the Drop-in/Chooser api. If I try to open the link in the thumbnailLink field the dropbox api returning "error not found". Someone never happened the same…
-
Connection monitoring as part of the Sync API
I'm using the Sync API in iOS and notice that it prints out warnings to the console when a network connection isn't available. It would be nice to be able to capture these warnings to drive app logic or turn them into alert messages for the user. I suppose I could use Reachability, but if Dropbox is already monitoring the…
-
Prevent or restrict browsing shared datastores via web interface.
I am using shared datastores in my mobile application for order processing. The merchant is sharing their datastore with customers. The customers can view merchandise and place an order. This means the customer has read/write access to the shared database. This is all fine in the context of my application because I can…
-
Retrieve link to dropbox folder in VBA
Using VBA (Access) I have automated copying a bunch of folders and files into a Dropbox folder. This process is repeated for several people (with different source folders and files) and I would really like to complete the automation by creating a standard email with a link to the Dropbox folder just created for them. At…
-
API Version
We have a mobile app accessing Dopbox. We have cloned the app and customized it from another customer. I can use the old keys and can access Dropbox with new app. If I use the new keys created for the new app, I can't access it. Is there a new API that we need to change that wasn't required before?
-
URL Unauthorized access error while accessing files from dropbox?
we are accessing having a problem in URL we have a file named xyx (1).jpg while passing this to server we are getting response as Unauthorized Access. May I Know how to pass this request to Server? Here am using DropBox API for Winrt C#.
-
Auto authorize with Java client or Mule ESB component
Is there anyway to provide authorization automatically ? The usefulness of providing an API to interact with the data store in Dropbox and requiring a manual authorization is zero.
-
Implementation of a Java 7 FileSystem over DropBox!
Hello, This project is currently under development but it basically works at the moment: https://github.com/fge/java7-fs-dropbox This means you can use the Files class to manipulate your dropbox repositories! Ie, if a path "src" is on your local filesystem and "dst" is on DropBox, you can do: Files.copy(src, dst); And it…
-
Use Dropbox file revision for change-detection / core api
Hello, i would like to use the revision of a file to detect for change. Normally i would use its timestamp and or file-size on my local file system. But the dropbox-revision seems to be a good alternative. Now my question is, if the revision is dropped after 30 days (no pro or business account), how is the revision number…
-
Drop-in Chooser on Windows Phone 8.1
Hi, On the previous dropbox forum I posted an issue regarding the Dropbox Chooser on Windows Phone. I stated that when using desktop mode on IE (windows phone) the dropbox chooser works as expected, and only on Mobile mode it did'nt work. I received the following answer on this topic: Hi There, I just tested and can't seem…