Google Docs: Bad request - please check your parameters


I tried to retrieve content of these Google docs by ID but no matter if I use JSON or fixed URL from designated file, I still get the Bad Request error. How do I fix it please

Have you tried using a different Google Docs file ID to see if the issue persists?

also, the Google Drive node shows 2 files, but confirm the same Google account is used for Google Docs node and make sure your Google Docs account credentials in n8n have permission to access that document.

The problem you’re encountering is because the Google Drive output, by default from its search feature, provides two items. You simply need to limit the output to one item, and that should resolve it.


If my answer is the solution to your question, please mark this reply with “Solution” :white_check_mark: to make it easier for other members to find similar solutions.