Hello,
My app has been on the iOS app store for years syncing successfully with dropbox. In the past few days many customers have encountered an error that seems to be a result of the following method not returning any files, but it does return one folder:
[[dropbox.filesRoutes listFolder:@/.moneydancesync/c135b3cc-c10c-4a7d-83de-be55ec2c7e96 recursive:@(NO) includeMediaInfo:@(NO) includeDeleted:@(NO) includeHasExplicitSharedMembers:@(NO)]
setResponseBlock:^(DBFILESListFolderResult *result, DBFILESListFolderError * routeError, DBRequestError *networkError) {
...
}
Is there any reason this call would stop working all of a sudden? Nothing changed on my side so I think it must be something on the dropbox/server side, or possibly that the underlying HTTP API has changed?
Please help, as I've got a lot of customers depending on my app's syncing via dropbox!
Thanks,
Sean