nothirst / TICoreDataSync

Automatic synchronization for Core Data apps, between any combination of Mac OS X and iOS: Mac to iPhone to iPad to iPod touch and back again.
https://github.com/nothirst/TICoreDataSync/wiki
807 stars 61 forks source link

Getting 'path not found' error #6

Closed AndrewHartAR closed 12 years ago

AndrewHartAR commented 12 years ago

Through following the instructions in the guide here, or adding my own key and secret to the finished example provided with TICoreDataSync, I get a list of path not found errors like so:

[WARNING] DropboxSDK: error making request to /1/metadata/dropbox/com.timisted.notebook - Path '/com.timisted.notebook' not found

[WARNING] DropboxSDK: error making request to /1/metadata/dropbox/com.timisted.notebook/Documents/Notebook - Path '/com.timisted.notebook/Documents/Notebook' not found

Could somebody else try it with the most recent version and let me know how it works for them?

MrRooni commented 12 years ago

These messages are actually a bit misleading and part of the normal operation of the framework. The framework will make requests through the Dropbox API to see if certain resources exist so it knows whether it needs to create them or not. When the framework makes a request for a directory that does not exist the Dropbox API logs a warning that you've requested something it can't find.

Now, if you're seeing these errors and your sync setup doesn't appear to be working, that's a different issue that we'll need to address.