Google Drive - How to rename an existing folder?

I couldn’t find a node with this option, how does one achieve simply renames an existing folder?

  • n8n version: 1.59.3
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Unsure
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker (Cloudron)
  • Operating system: Ubuntu 22.04

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Vadorequest , you treat Folder as File in that respect and use “Update” operation.

1 Like

Awesome, thanks!

Assuming one is manipulating a url, what would be the right format to use? (I can still extract the folder id but I couldn’t manage to make it work by using the url)

Didn’t work with URL for me either. However, you can extract the ID from the URL. For example,

{{  '<FOLDER_URL>'.split('/')[7] }}

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.