Google Cloud Storage 节点(Google Cloud Storage node)#
使用 Google 云存储节点来自动化 Google 云存储中的工作,并将 Google 云存储与其他应用集成。n8n 内置支持广泛的 Google 云存储功能,包括创建、更新、删除以及获取存储桶和对象。
🌐 Use the Google Cloud Storage node to automate work in Google Cloud Storage, and integrate Google Cloud Storage with other applications. n8n has built-in support for a wide range of Google Cloud Storage features, including creating, updating, deleting, and getting buckets and objects.
本页列出了 Google Cloud Storage 节点支持的操作列表以及更多资源的链接。
🌐 On this page, you'll find a list of operations the Google Cloud Storage node supports and links to more resources.
凭证
有关设置身份验证的指导,请参考Google Cloud Storage 凭据。
操作(Operations)#
- 存储桶
- 创建
- 删除
- 获取
- 获取多个
- 更新
- 对象
- 创建
- 删除
- 获取
- 获取多个
- 更新
模板和示例(Templates and examples)#
相关资源(Related resources)#
有关此节点所集成的 API 的详细信息,请参阅 Google 的 Cloud Storage API 文档。
🌐 Refer to Google's Cloud Storage API documentation for detailed information about the API that this node integrates with.
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.