-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ID = None cause File id mismatch errors on first upload #66
Comments
Thanks for the fix, GyroLand. Worked well for me and now Google Drive syncing is functional. |
This works for me too, but I don't understand the fix. |
Same problem here. |
Worked for me +1 |
Worked for me too, thanks! |
+1 |
1 similar comment
+1 |
It looks like this method works well, except when it runs into a file that ends in a
I think it's just an escaping issue, but since I don't know python, I'm not sure how to fix it. Any ideas? |
yeah! it works! thanks a lot GyroLand. |
@benfry Have you thought about a pull request to merge your fix into the main project? It would be great to have these issues resolved in the main project. |
@sudsy I hadn't yet—I wasn't able to confirm whether the changes were enough to give me a working repo, but it looks like @iwonbigbro has merged them since. Thanks! |
I've just installed the 0.1.14 version with pip on Debian 7.7 and I had to make the fix too (in /usr/local/lib/python2.7/dist-packages/libgsync/drive/init.py). Works well now, thx @GyroLand ;) |
This doesn't work for me. First off, the --authentication flag doesn't do anything for me. It's not even listed under my help. Secondly, it doesn't upload anything. 0 bytes. I apply this "fix," and I just get errors: Traceback (most recent call last): |
@iwonbigbro Could you please release a new version including this fix? You merged the patch in Jan but seems that never released the update to pypi. Thanks! |
yes, please |
Hi!
When uploading new files to drive, the ID comes up as None (as defined by SyncFileLocal.getInfo, i guess) in the properties, and this causes a http 400 error saying File ID mismatch.
I could actually fix this by changing the create method in class _Drive like this:
I am just not sure that this won't cause any other problems. I am using the latest pip version, not the git one. But i think the same would happen in the git version as well.
The text was updated successfully, but these errors were encountered: