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

Environment variables no longer supported? #75

Open
PMunch opened this issue Mar 3, 2023 · 2 comments
Open

Environment variables no longer supported? #75

PMunch opened this issue Mar 3, 2023 · 2 comments

Comments

@PMunch
Copy link

PMunch commented Mar 3, 2023

Tried to get GKeep sync set up again after the authorization bugs was apparently fixed. Unfortunately my original script now fails with:

bubop.exceptions.NoSuchFileOrDirectoryError: No such file or directory -> /home/taskwarrior/.password-store

The way the script is set up is to just have hard-coded in the username and password as the GKEEP_USERNAME and GKEEP_PASSWD environment variables as mentioned here. Is this method no longer supported?

@oneacik
Copy link

oneacik commented Apr 22, 2023

There is an error in code and now it requires GKEEP_TOKEN or it will read it from .password-store.
https://github.com/bergercookie/syncall/blob/master/syncall/app_utils.py#L327

@oneacik
Copy link

oneacik commented Apr 22, 2023

You can work it around by using:
export GKEEP_TOKEN="Anything"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants