Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiz committed Sep 21, 2023
1 parent 27de4df commit c1ae66d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -427,11 +427,10 @@ FAQ
This usually occurs when Google thinks the login request looks suspicious. Here are some steps you can take to resolve this:

1. Make sure you have the newest version of gkeepapi installed.
2. Instead of logging in every time, cache the authentication token and reuse it on subsequent runs. See `here <https://github.com/kiwiz/keep-cli/blob/master/keep#L106-L128>`__ for an example implementation.
2. Instead of logging in every time, cache the authentication token and reuse it on subsequent runs. See `here <https://github.com/kiwiz/keep-cli/blob/master/src/keep_cli/__main__.py#L106-L128>`__ for an example implementation.
3. If you have 2-Step Verification turned on, generating an App Password for gkeepapi is highly recommended.
4. Allowing access through this `link <https://accounts.google.com/DisplayUnlockCaptcha>`__ has worked for some people.
5. Upgrading to a newer version of Python (3.7+) has worked for some people. See this `issue <https://gitlab.com/AuroraOSS/AuroraStore/issues/217#note_249390026>`__ for more information.
6. If all else fails, try testing gkeepapi on a separate IP address and/or user to see if you can isolate the problem.
4. Upgrading to a newer version of Python (3.7+) has worked for some people. See this `issue <https://gitlab.com/AuroraOSS/AuroraStore/issues/217#note_249390026>`__ for more information.
5. If all else fails, try testing gkeepapi on a separate IP address and/or user to see if you can isolate the problem.

2. I get a "DeviceManagementRequiredOrSyncDisabled" :py:class:`exception.LoginException` when I try to log in.

Expand Down

0 comments on commit c1ae66d

Please sign in to comment.