Skip to content

Google Cloud Storage node#

ใช้ Google Cloud Storage node เพื่อทำงานอัตโนมัติใน Google Cloud Storage และเชื่อมต่อ Google Cloud Storage กับแอปอื่นๆ ได้เลย n8n รองรับฟีเจอร์ของ Google Cloud Storage หลายอย่าง เช่น การสร้าง อัปเดต ลบ และดึงข้อมูล buckets และ objects

ในหน้านี้จะมีรายการ operations ที่ Google Cloud Storage node รองรับ พร้อมลิงก์ไปยังแหล่งข้อมูลอื่นๆ

Credentials

โปรดดู Google Cloud Storage credentials สำหรับคำแนะนำการตั้งค่าการยืนยันตัวตน

Operations#

  • Bucket
    • Create
    • Delete
    • Get
    • Get Many
    • Update
  • Object
    • Create
    • Delete
    • Get
    • Get Many
    • Update

Templates and examples#

Transcribe audio files from Cloud Storage

by Lorena

View template details
Automatic Youtube Shorts Generator

by Samautomation.work

View template details
Vector Database as a Big Data Analysis Tool for AI Agents [1/3 anomaly][1/2 KNN]

by Jenny

View template details
Browse Google Cloud Storage integration templates, or search all templates

โปรดดู Cloud Storage API documentation ของ Google สำหรับข้อมูลโดยละเอียดเกี่ยวกับ API ที่ node นี้ผสานรวมด้วย

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:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.