Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update google_drive.markdown #39308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: current
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/_integrations/google_drive.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ You need to configure developer credentials to allow Home Assistant to access yo
These credentials are the same as the ones for [Google Sheets](/integrations/google_sheets), [Nest](/integrations/nest), [YouTube](/integrations/youtube), and [Google Mail](/integrations/google_mail).
These are not the same as *Device Auth* credentials previously recommended for [Google Calendar](/integrations/google).

Keep in mind that Google API might be subect to cost : see details in [Free to sign up. Free to use. Free monthly usage.](https://cloud.google.com/free?hl=en)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what this note achieves. The API is completely free and I highly doubt that will ever change for personal use.


Comment on lines +37 to +38
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

❓ Verification inconclusive

Fix typo, grammar, and improve notice formatting

There’s a typo (“subect” → “subject”), non-standard phrasing, and extra space before the colon. For better visibility, wrap this note in an admonition and consider consolidating cost information under a dedicated “Cost and limits” section.
Suggest this diff:

- Keep in mind that Google API might be subect to cost : see details in [Free to sign up. Free to use. Free monthly usage.](https://cloud.google.com/free?hl=en)
+ ::: warning
+ Google APIs may be subject to charges. See the [Google Cloud Free Program](https://cloud.google.com/free?hl=en) for details.
+ :::

Fix typo and improve cost notice formatting

  • In source/_integrations/google_drive.markdown (lines 37–38):
    • Correct “subect” to “subject”
    • Remove extra space before the colon
    • Wrap the note in a warning admonition for better visibility
    • Use “Google APIs” (plural) and a clear link label

Suggested diff:

--- a/source/_integrations/google_drive.markdown
+++ b/source/_integrations/google_drive.markdown
@@ -37,1 +37,4 @@
- Keep in mind that Google API might be subect to cost : see details in [Free to sign up. Free to use. Free monthly usage.](https://cloud.google.com/free?hl=en)
+ ::: warning
+ Google APIs may be subject to charges. See the [Google Cloud Free Program](https://cloud.google.com/free?hl=en) for details.
+ :::
+
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Keep in mind that Google API might be subect to cost : see details in [Free to sign up. Free to use. Free monthly usage.](https://cloud.google.com/free?hl=en)
::: warning
Google APIs may be subject to charges. See the [Google Cloud Free Program](https://cloud.google.com/free?hl=en) for details.
:::
🤖 Prompt for AI Agents
In source/_integrations/google_drive.markdown around lines 37 to 38, fix the
typo "subect" to "subject" and remove the extra space before the colon. Improve
the notice by wrapping it in a warning admonition for better visibility, use
"Google APIs" in plural form, and update the link label to be clearer. Consider
consolidating cost information under a dedicated "Cost and limits" section for
better organization.

{% include integrations/google_client_secret.md %}

{% include integrations/config_flow.md %}
Expand Down