Sync Txt File In Internal Storage With Txt File In Dropbox Dropbox Api
I want to sync a txt file in android internal storage (or sdcard for that matter) and have it automatically sync to a txt in my dropbox. i've used dropbox api but don't have hold o
Solution 1:
In getFromDbx
, you call startLink
, which brings up the UI to link an account. When that succeeds, your onActivityResult
is executed, where you call getFromDbx
, which calls startLink
again. :-) Looks like an infinite loop to me.
Post a Comment for "Sync Txt File In Internal Storage With Txt File In Dropbox Dropbox Api"