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: client/app.tt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
{{>modalid="file_load_modal"title="Your file is being loaded"message="Depending on the file size, this can be long."with_bar=true}}
9
9
{{>modalid="error_modal"title="An unexpected error occurred with the provider server"message="The app flow will still continue but unexpected behavior may occur. When in doubt restart the app."dismiss=true}}
10
10
{{>modalid="user_auth_modal"title="Switch user"message="In order to open this file, you need to switch user."button_id="switch_user"button_text="Switch user"}}
11
+
{{>modalid="auth_modal"title="You need to authorize this app to access your Google Drive"message="Make sure you grant access (check the boxes) for all the permissions the app needs in the next screen."button_id="start_g_oauth"button_text="Authorize!"}}
0 commit comments