Hello,
We've had a couple of reports of users encountering a 461 Dropbox error. The publicly-shipping version of our app is using API 1, and looking this up, it seems to be a DMCA-related error - it seems to be that Dropbox throws this error when trying to sync certain DMCA-restricted files. A couple of questions on how best to handle this:
1. Is this the intended behaviour even when the file is not stored in a shared folder? A user encountered this error just trying to sync a DMCA-protected font file with our app. Can Dropbox not sync such files at all?
2. Assuming this is indeed intended behaviour, what is the best way to check for this error in API 2? I am probably missing it, but I couldn't find a specific error to check for this, and I'm aware that the error codes have changed for API 2 - will API 2 likewise throw a 461 error in this situation, or will it be a different code? I'd like to show a meaningful warning in this case, telling the user which file is causing the problem and why.
Many thanks,
Keith