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 on on how to achieve this. help needed please. Update: Here's my function to get the txt content to LogCat for now: public void getFromDbx(){ try { mDbxAcctMgr.startLink((Activity)this, REQUEST_LINK_TO_DBX); final String TEST_DATA = " Database does not exist yet"; final String TEST_FILE_NAME = "data.txt"; DbxPath