Skip to content

Conversation

@Karthim8
Copy link

Summary

Fixed a broken documentation link in the Google Docs node that was returning a 404 error. The link for Object ID in the Positioned Object delete action now correctly points to the Google Docs API documentation and opens in a new tab for better user experience.

Before - Broken Link (404 Error):
Screenshot (281)

After - Working Link:
Screenshot (282)

Changes:

  • Updated URL from https://developers.google.com/docs/api/reference/rest/v1/PositionedObject (404) to https://developers.google.com/docs/api/reference/rest/v1/documents#positionedobject
  • Added target="_blank" to open documentation in a new tab

Testing:

  • ✅ Verified the new link works and navigates to correct documentation
  • ✅ Confirmed link opens in new tab
  • ✅ Ran pnpm run lint - no issues

File changed: packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts

Related Linear tickets, Github issues, and Community forum posts

Fixes #22122

Review / Merge checklist

  • PR title and summary are descriptive.
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

The documentation link for Object ID in the Positioned Object delete action
was pointing to a non-existent URL returning 404. Updated to the correct
Google Docs API reference URL.

Fixes n8n-io#22122
The documentation link for Object ID in the Positioned Object delete action
was pointing to a non-existent URL returning 404. Updated to the correct
Google Docs API reference URL.

Fixes n8n-io#22122
@CLAassistant
Copy link

CLAassistant commented Nov 23, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@n8n-assistant n8n-assistant bot added community Authored by a community member node/improvement New feature or request in linear Issue or PR has been created in Linear for internal review labels Nov 23, 2025
@n8n-assistant
Copy link

n8n-assistant bot commented Nov 23, 2025

Hey @Karthim8,

Thank you for your contribution. We appreciate the time and effort you’ve taken to submit this pull request.

Before we can proceed, please ensure the following:
• Tests are included for any new functionality, logic changes or bug fixes.
• The PR aligns with our contribution guidelines.

Regarding new nodes:
We no longer accept new nodes directly into the core codebase. Instead, we encourage contributors to follow our Community Node Submission Guide to publish nodes independently.

If your node integrates with an AI service that you own or represent, please email [email protected] and we will be happy to discuss the best approach.

About review timelines:
This PR has been added to our internal tracker as "GHC-5607". While we plan to review it, we are currently unable to provide an exact timeframe. Our goal is to begin reviews within a month, but this may change depending on team priorities. We will reach out when the review begins.

Thank you again for contributing to n8n.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Authored by a community member in linear Issue or PR has been created in Linear for internal review node/improvement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Google Docs Reference Documentation Is Wrong

2 participants