Closed rukins closed 1 year ago
Hey, thanks for your project! I am curious about how the authentication works. It is not oauth2, right? Just would like to make the implementation of the Google Keep API on Java, but can't find the way how to get an access token.
i guess i found the answer in the documentation. it is using this library https://github.com/simon-weber/gpsoauth
Hey, thanks for your project! I am curious about how the authentication works. It is not oauth2, right? Just would like to make the implementation of the Google Keep API on Java, but can't find the way how to get an access token.