dspot-trello-gantt 0.3.7 → 0.3.9
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 +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -154,7 +154,11 @@ How to find `GAPPS_DEPLOYMENT_ID`:
|
|
|
154
154
|
- If no deployment exists yet, create one first:
|
|
155
155
|
- Click **New deployment**.
|
|
156
156
|
- Select type **Web app**.
|
|
157
|
-
-
|
|
157
|
+
- Recommended settings (for this tool):
|
|
158
|
+
- **Description**: (Enter a name that helps you associate this deployment with your Gantt charts, for example, the project or client name)
|
|
159
|
+
- **Execute as**: `User accessing the web app`
|
|
160
|
+
- **Who has access**: `Anyone with Google account`
|
|
161
|
+
- Click **Deploy**.
|
|
158
162
|
- After deployment is created/updated, copy the value shown as **Deployment ID**.
|
|
159
163
|
- Paste it into `.env` as `GAPPS_DEPLOYMENT_ID`.
|
|
160
164
|
|
|
@@ -196,7 +200,7 @@ Most likely cause:
|
|
|
196
200
|
Fix:
|
|
197
201
|
|
|
198
202
|
1. Go to Google Cloud Console -> OAuth consent screen -> Test users.
|
|
199
|
-
2. Add the user email (for example `
|
|
203
|
+
2. Add the user email (for example `myuser@gmail.com`).
|
|
200
204
|
3. Verify `google_oauth_client.json` belongs to that same OAuth project.
|
|
201
205
|
4. Delete `credentials/token.json` and retry `trello-gantt-js publish`.
|
|
202
206
|
|