-
Notifications
You must be signed in to change notification settings - Fork 426
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
"file does not exist" when pushing/pulling #677
Comments
Hello there @dconathan, thank you for the report and welcome to drive. What does |
@dconathan I think I identified what went wrong, I screwed something up early this morning in this CL 2a5875f. Fixing it right now :) |
Oh yeah, should've mentioned I'm using the Arch build from the AUR, though I was getting the same behavior when building using
|
In PR #676, I touched up the signature and content for function `JSONStringifySiftedCLITags` to not use named return values. However, I changed the error check from `ResourceMappings` to just be `err`. The first check ensures that either a file exists or doesn't exist. Reusing that variable at the end of the function meant that any previous error checks for rc paths that didn't exist were being returned and this would send back os.ErrNotExist yet the intention of the function is to digest this error as a check and not as a return value. Fixes #677.
Thank you very much @dconathan for reporting this issue. I fixed it with PR #678. Please get the latest code and the problem should be gone. |
Indeed fixed. Thanks @odeke-em keep up the good work 👍 |
Thank you 🙏🏾! Please don't hesitate to reach out in case of any issues or questions. |
Sorry if I'm missing something obvious, but I can't get
drive push
anddrive pull
to work. I candrive rename
,drive mv
,drive stat
files and see the changes reflect on my google drive, but any command involvingpush
orpull
gives me anfile does not exist
error. e.g.The text was updated successfully, but these errors were encountered: