access a third-party Android app's data using Dropbox HTTP API -


i'm user of android app storing data in personal dropbox account, presumably using dropbox api. how can use dropbox api on http read data that's associated account?

if app storing files, can browse them on computer running dropbox desktop app, or can browse them on dropbox.com. can use the api.

if using deprecated datastore api, can find "download datastores" link next app on account security page. unfortunately, because api deprecated last year , turned off, there's no longer api access datastores.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -