Closed PMunch closed 2 weeks 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
You can work it around by using:
export GKEEP_TOKEN="Anything"
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.
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.
This issue was closed because it has been stalled for 5 days with no activity.
Tried to get GKeep sync set up again after the authorization bugs was apparently fixed. Unfortunately my original script now fails with:
The way the script is set up is to just have hard-coded in the username and password as the
GKEEP_USERNAME
andGKEEP_PASSWD
environment variables as mentioned here. Is this method no longer supported?