You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-sheets/.env
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# description: A JSON key file for your Google Sheets service account
2
-
# format: file(json)
1
+
# description: The path to your Google Service account authentication JSON key file. Enter /auth.json. After deploying your application, select "Go to live application" for additional configuration steps.
If the above check reveals problems, edit this function's <code>.env</code> file via the <code>Edit This Code</code> button above, if available, and ensure that all values are correct.
118
-
</li>
119
-
</p>
120
-
<p>
121
-
If you see "Google Sheets integration error: The caller does not have permission" in your
122
-
Twilio console debugger, ensure you have shared your Google Sheets document with the email
126
+
<h3>Verify your Google Sheets configuration</h3>
127
+
<p>
128
+
Use the <b>Verify Configuration</b> button below to test your Google Sheets configuration.
If you encounter configuration issues, edit this function's <code>.env</code> file via the <b>Edit this application</b> button above, if available, and ensure that all values are correct. Some common error messages include:
136
+
</p>
137
+
<ulstyle="list-style-type: circle;">
138
+
<li>
139
+
<code>Google Sheets integration error: The caller does not have permission</code>: ensure you have shared your Google Sheets document with the email
<code>Google Sheets integration error. Please check the debugger in your Twilio Console</code>: ensure that you have entered the name of the <b>Sheet</b> within the Google Sheet document in the <code>SHEET_NAME</code> environment variable.
144
+
</li>
141
145
</ul>
146
+
<p>
147
+
If you continue to experience issues, please refer to the debugger in your Twilio Console.
0 commit comments