From 389e8059f4b46e8221b03644a67de777e6a1912c Mon Sep 17 00:00:00 2001 From: Kalvin C Date: Tue, 4 Mar 2025 13:51:43 -0800 Subject: [PATCH] docs: add tip for gdrive environment variables (#1502) --- documentation/docs/tutorials/google-drive-mcp.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/docs/tutorials/google-drive-mcp.md b/documentation/docs/tutorials/google-drive-mcp.md index 6c83fe6a..30b3c68a 100644 --- a/documentation/docs/tutorials/google-drive-mcp.md +++ b/documentation/docs/tutorials/google-drive-mcp.md @@ -145,6 +145,9 @@ You'll need to re-authenticate once a day when using the Google Drive extension. └ ``` +:::tip +You may need to use absolute paths (rather than relying on shell exapansion for `~`) for the `GDRIVE_CREDENTIALS_PATH` and `GDRIVE_OAUTH_PATH`. +::: 5. Add your environment variables ```sh @@ -272,4 +275,4 @@ Q2 Planning Considerations: - PPC strategy review pending Would you like me to focus on any particular aspect of this overview in more detail? -``` \ No newline at end of file +```