Update app.py
Browse files
app.py
CHANGED
@@ -440,7 +440,7 @@ def main():
|
|
440 |
" - Go to **APIs & Services > OAuth consent screen** and configure the required settings (choose External or Internal as needed).\n\n"
|
441 |
"4. **Create OAuth Client ID Credentials:**\n"
|
442 |
" - Under **APIs & Services > Credentials**, click **Create Credentials** and select **OAuth client ID**.\n"
|
443 |
-
" - Choose **
|
444 |
"5. **Download the Credentials:**\n"
|
445 |
" - Click **Download JSON**. Save this file as **credentials.json** and keep it secure.\n\n"
|
446 |
"### Application Flow\n"
|
|
|
440 |
" - Go to **APIs & Services > OAuth consent screen** and configure the required settings (choose External or Internal as needed).\n\n"
|
441 |
"4. **Create OAuth Client ID Credentials:**\n"
|
442 |
" - Under **APIs & Services > Credentials**, click **Create Credentials** and select **OAuth client ID**.\n"
|
443 |
+
" - Choose **Web app** as the application type, give it a name, and create the credentials.\n\n"
|
444 |
"5. **Download the Credentials:**\n"
|
445 |
" - Click **Download JSON**. Save this file as **credentials.json** and keep it secure.\n\n"
|
446 |
"### Application Flow\n"
|