git-annex-remote-googledrive
git-annex-remote-googledrive copied to clipboard
Uncaught exception: FileNotFoundError
[2020-12-16 16:55:45.583015667] Running git_annex_remote_googledrive version 1.2.3
[2020-12-16 16:55:45.583186161] Using AnnexRemote version 1.4.5
[2020-12-16 16:55:45.583351645] Using Drivelib version 0.2.0+18.g1019bc7.dirty
...
[2020-12-16 16:55:45.58624327] File "/usr/lib/python3.9/site-packages/git_annex_remote_googledrive/google_remote.py", line 291, in transfer_store
[2020-12-16 16:55:45.586334747] self.root.key(key).upload(
[2020-12-16 16:55:45.58646929] File "/usr/lib/python3.9/site-packages/git_annex_remote_googledrive/keys.py", line 120, in upload
[2020-12-16 16:55:45.586570811] self.file.upload(local_filename,
[2020-12-16 16:55:45.586684028] File "/home/lykos/git/python-drivelib/drivelib/drive.py", line 553, in upload
[2020-12-16 16:55:45.586774354] status, response = request.next_chunk()
[2020-12-16 16:55:45.586858008] File "/home/lykos/git/python-drivelib/drivelib/drive.py", line 716, in next_chunk
[2020-12-16 16:55:45.586943535] content_length = min(self.media_body.size()-self.resumable_progress, self.media_body.chunksize())
[2020-12-16 16:55:45.587030023] File "/home/lykos/git/python-drivelib/drivelib/drive.py", line 682, in resumable_progress
[2020-12-16 16:55:45.587114455] raise GoogleDriveAPIError.from_reply(status, resp)
[2020-12-16 16:55:45.58722292] FileNotFoundError: [Errno {'x-guploader-uploadid': 'xxxxxxxxxxxx', 'content-length': '0', 'date': 'Wed, 16 Dec 2020 15:55:45 GMT', 'server': 'UploadServer', 'content-type': 'text/html; charset=UTF-8', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"', 'status': '404'}] b''
(Maybe also a bug in drivelib)