Skip to content

Commit

Permalink
[gtasks] Add gtasks google cloud app JSON config
Browse files Browse the repository at this point in the history
  • Loading branch information
bergercookie committed Dec 23, 2023
1 parent bdc06c2 commit 325d698
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
5 changes: 4 additions & 1 deletion readme-tw-gtasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ advantages:

## Override Google Tasks API key

At the moment in order to use this integration you have to register for your own
At the moment the Google Console app that makes use of the Google Tasks API is
still in Testing mode and awaiting approval from Google. This means that if it
raches more than 100 users, the integration may stop working for you. In that
case in order to use this integration you will have to register for your own
developer account with the Google Tasks API with the following steps:

Firstly, removed the `~/.gtasks_credentials.pickle` file on your system since that
Expand Down
12 changes: 11 additions & 1 deletion syncall/res/gcal_client_secret.json
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
{"installed":{"client_id":"908094345277-s8eq4vq5gcisurdb0mm713jpmv0cdtri.apps.googleusercontent.com","project_id":"gcalsync-170310","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"QGo6C5o92PygZl3J_TB5bbFz","redirect_uris":["urn:ietf:wg:oauth:2.0:oob","http://localhost"]}}
{
"installed": {
"client_id": "908094345277-s8eq4vq5gcisurdb0mm713jpmv0cdtri.apps.googleusercontent.com",
"project_id": "gcalsync-170310",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "QGo6C5o92PygZl3J_TB5bbFz",
"redirect_uris": ["urn:ietf:wg:oauth:2.0:oob", "http://localhost"]
}
}
11 changes: 11 additions & 0 deletions syncall/res/gtasks_client_secret.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"installed": {
"client_id": "56921267535-bc1haqq3ptgp2gahmtosgksiilnpeotd.apps.googleusercontent.com",
"project_id": "taskwarrior-gtasks-sync-409014",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "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",
"redirect_uris": ["http://localhost"]
}
}

0 comments on commit 325d698

Please sign in to comment.