mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
36 lines
789 B
YAML
36 lines
789 B
YAML
author: langgenius
|
|
created_at: "2024-10-01T00:00:00Z"
|
|
description:
|
|
en_US: Receive Google Drive change notifications via webhook channels.
|
|
ja_JP: Webhook チャンネルを介して Google Drive の変更通知を受信します。
|
|
zh_Hans: 通过 Webhook 通道接收 Google 云端硬盘的更改通知。
|
|
icon: icon.svg
|
|
label:
|
|
en_US: Google Drive
|
|
ja_JP: Google Drive
|
|
zh_Hans: Google 云端硬盘
|
|
meta:
|
|
arch:
|
|
- amd64
|
|
- arm64
|
|
runner:
|
|
entrypoint: main
|
|
language: python
|
|
version: "3.12"
|
|
version: 0.0.1
|
|
minimum_dify_version: 1.10.0
|
|
name: google_drive_trigger
|
|
plugins:
|
|
triggers:
|
|
- provider/google_drive.yaml
|
|
resource:
|
|
memory: 1048576
|
|
permission:
|
|
storage:
|
|
size: 1048576
|
|
enabled: true
|
|
tags:
|
|
- trigger
|
|
type: plugin
|
|
version: 1.3.0
|