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
thrownewTLError('Timeline could not read the data for your timeline. Make sure you have published it to the web.')
163
+
}elseif(error_json.status_code==401){
164
+
thrownewTLError('Configuration unreadable. Please make sure your Google Sheets document is published to the web and review step 2 of the timeline setup instructions to make sure you have the correct URL, as this has changed.')
165
+
}elseif(error_json.status_code==410){
166
+
thrownewTLError('Google reports that this configuration spreadsheet is gone. Check to see if it has been deleted from Google Drive. Timeline configuration spreadsheets must not be deleted.')
0 commit comments