-
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…
-
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#.