bergercookie / syncall

Bi-directional synchronization between services such as Taskwarrior, Google Calendar, Notion, Asana, and more
MIT License
446 stars 40 forks source link

Environment variables no longer supported? #75

Closed PMunch closed 2 weeks ago

PMunch commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

github-actions[bot] commented 2 months ago

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] commented 3 weeks ago

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] commented 2 weeks ago

This issue was closed because it has been stalled for 5 days with no activity.