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