syncall icon indicating copy to clipboard operation
syncall copied to clipboard

Environment variables no longer supported?

Open PMunch opened this issue 2 years ago • 5 comments

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?

PMunch avatar Mar 03 '23 19:03 PMunch

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 avatar Apr 22 '23 20:04 oneacik

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

oneacik avatar Apr 22 '23 20:04 oneacik

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Aug 15 '24 15:08 github-actions[bot]