Hi,
I am trying to sync a specific folder from dropbox to the mobile using the Sync API in my Android app. I use the listFolder method to get the contents of the folder and then iterate over the dbxPaths to download each of them. This works but sometimes I get the following fatal error:
02-05 10:45:30.014: E/libDropboxSync.so(err)(12094): ASSERTION FAILED: 'path->m_refcount' is false, should have been true
Any idea why this is happening? ANy help will be appreciated.