Android: using Dropbox API to know if there are changes in my Dropbox
问题 I'm trying to know if there are changes in my Dropbox. Basically this is my strategy (I'm using https://www.dropbox.com/developers-v1/core ): calling delta/last_cursor to get a cursor calling long_poll_data with this cursor as parameter /// I use RESTUtility and i've tried to adapt this code : http://www.programcreek.com/java-api-examples/index.php?api=com.dropbox.client2.RESTUtility /// example : 8 for last_cursor /// example : 13 for longpoll_delta /// https://www.dropbox.com/developers-v1