read?
Should the movePath API not be called in main thread?
- (BOOL)movePath:(DBPath )fromPath toPath:(DBPath *)toPath error:(DBError *)error
Sometimes it showed an error saying that it should not be called in main thread, but there is no comment on the API document webpage said we should not call it in main thread.
https://www.dropbox.com/developers/sync/docs/ios#DBFilesystem
Did you have any Sync API document that can tell us what APIs should not be called in main thread?