Hi! I need some help. Is there any method in Dropbox API v2 that can return the list of changed files, instead of boolean Changed from ListFolderLongpollAsync method.
It sounds like you're looking for listFolderContinue. When listFolderLongpoll tells you there are changes, you should call listFolderContinue, supplying the latest stored cursor, to get the list of changes.
Thank's a lot. I think that's what i was looking for.