I have an app with full dropbox access. 1. I poll for changes and wait until some folder is shared with me ( /list_folder/longpoll) 2. I get notified when some folder was shared with me (via /list_folder/longpoll) 3. I want to mount that shared folder. But not sure how to do it. If I check list_folder with cursor, I dont get shared folder because it is not mounted yet and list_folder returns only mounted folders (?) There is list_mountable_folders as well. But I dont have a valid cursor to get only "new" mountable folders. What would be the flow to "fetch" only new mountable folders? :}
... View more