Skip to content
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

Update function broken due to is_trashed #5

Closed
daminals opened this issue Feb 24, 2022 · 1 comment
Closed

Update function broken due to is_trashed #5

daminals opened this issue Feb 24, 2022 · 1 comment
Labels
bug Something isn't working
Projects

Comments

@daminals
Copy link
Owner

    // TODO: bug where it is returning no query found for folder names with dashes

https://github.com/daminals/rust-gdrive-upload-cli/blob/fe6ede65cb7b1bd6a01ef21423112cbc98a68b1e/src/main.rs#L131

@daminals daminals added this to To do in Dcloud via automation Feb 24, 2022
@daminals daminals added the bug Something isn't working label Feb 24, 2022
@daminals daminals changed the title bug where it is returning no query found for folder names with dashes Update function broken due to is_trashed Feb 24, 2022
@daminals
Copy link
Owner Author

Issue was resolved when debugging uncovered is_trashed() function returning the opposite of expected behavior;
Ex: if file is in trash -> returns false
Added boolean not so function reflects namesake

Screen Shot 2022-02-24 at 12 08 39 AM

Dcloud automation moved this from To do to Done Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant