dspot-trello-gantt 0.3.7 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -196,7 +196,7 @@ Most likely cause:
|
|
|
196
196
|
Fix:
|
|
197
197
|
|
|
198
198
|
1. Go to Google Cloud Console -> OAuth consent screen -> Test users.
|
|
199
|
-
2. Add the user email (for example `
|
|
199
|
+
2. Add the user email (for example `myuser@gmail.com`).
|
|
200
200
|
3. Verify `google_oauth_client.json` belongs to that same OAuth project.
|
|
201
201
|
4. Delete `credentials/token.json` and retry `trello-gantt-js publish`.
|
|
202
202
|
|