Maybe this is relevant to put here since dropboxsync was discussed here several times.
I tried syncing from the latest beta on a slow ass old iPad 3 and I got a strange error:
dropbox.rest.ErrorResponse: [461] u'This file is no longer available due to a takedown request under the Digital Millennium Copyright Act by Microsoft.'
Not in local
Downloading: lxml-master/doc/html/tagpython-big.png
Not in local
Downloading: lxml-master/doc/licenses/BSD.txt
Making Directory: lxml-master/doc/licenses
Not in local
Downloading: lxml-master/doc/licenses/GPL.txt
Traceback (most recent call last):
File "/var/mobile/Containers/Data/Application/D4FFCC41-C218-4673-8C39-5C98F78606B0/Documents/DropboxSync.py", line 167, in <module>
state.execute_delta(client)
File "/var/mobile/Containers/Data/Application/D4FFCC41-C218-4673-8C39-5C98F78606B0/Documents/DropboxSync.py", line 34, in execute_delta
self.download(client, path)
File "/var/mobile/Containers/Data/Application/D4FFCC41-C218-4673-8C39-5C98F78606B0/Documents/DropboxSync.py", line 62, in download
remote, meta = client.get_file_and_metadata(os.path.join('/',path))
File "/private/var/mobile/Containers/Bundle/Application/E499756B-A6C0-433A-9F21-44BBCB8641E7/Pythonista.app/pylib/site-packages/dropbox/client.py", line 415, in get_file_and_metadata
file_res = self.get_file(from_path, rev)
File "/private/var/mobile/Containers/Bundle/Application/E499756B-A6C0-433A-9F21-44BBCB8641E7/Pythonista.app/pylib/site-packages/dropbox/client.py", line 392, in get_file
return self.rest_client.request("GET", url, headers=headers, raw_response=True)
File "/private/var/mobile/Containers/Bundle/Application/E499756B-A6C0-433A-9F21-44BBCB8641E7/Pythonista.app/pylib/site-packages/dropbox/rest.py", line 253, in request
return cls.IMPL.request(*n, **kw)
File "/private/var/mobile/Containers/Bundle/Application/E499756B-A6C0-433A-9F21-44BBCB8641E7/Pythonista.app/pylib/site-packages/dropbox/rest.py", line 186, in request
raise ErrorResponse(r)
dropbox.rest.ErrorResponse: [461] u'This file is no longer available due to a takedown request under the Digital Millennium Copyright Act by Microsoft.'
Any thoughts what this means? Millennium copyright Act?!