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#
Related resources#
โปรดดู 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:
- 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.