docs(gmail): clarify Gmail web URL sync IDs#792
Conversation
🦋 Changeset detectedLatest commit: 98cee79 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces documentation updates to prevent user confusion regarding Gmail identifiers. It clarifies the distinction between browser-specific sync IDs found in web URLs and the actual message or thread IDs required by the Gmail API, providing actionable examples for users to obtain the correct identifiers. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the documentation across the README and skill-specific markdown files to clarify that Gmail web URL sync IDs (e.g., FMfcgz...) are not compatible with the Gmail API. It provides guidance and examples on how to retrieve the correct API message or thread IDs using search queries. I have no feedback to provide.
9d29115 to
98cee79
Compare
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates the documentation across the README and skill files to clarify that Gmail web URL sync IDs are not compatible with the Gmail API. It provides guidance and examples on how to retrieve the correct API message or thread IDs using search and list commands. I have no feedback to provide as there were no review comments.
Summary
Refs #790.
This adds a docs-only clarification that recent Gmail web URL IDs such as
FMfcgz...are browser sync IDs, not Gmail API message/thread IDs. It points users and agents toward listing/searching messages first when they need an API ID.Updated:
README.mdhelper examplesskills/gws-gmail/SKILL.mdskills/gws-gmail-read/SKILL.mdTesting
git diff --checkI did not run
cargo testbecause this is a docs-only change and this machine does not currently have the Rust toolchain installed.