Google Drive로 돌아가기
Knoon AI를 Google Drive (Google)과 연결하여 AI 워크플로우를 자동화하세요.
Download a file from a public URL and upload it into Google Drive, optionally inside a specific folder. Maximum supported file size is 100MB.
googleDriveUploadURL
베타
권한
선택사항 권한
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| parentFolderId | file | Optional. Select a Google Drive folder to upload the file into. If not set, the file will be created in the root of Google Drive. | 아니요 |
| fileUrl | mustache | Public HTTP/HTTPS URL of the file to download and upload (e.g. "https://example.com/image.png"). The URL must be accessible from the server and the file size must not exceed 100MB. | 네 |
| fileName | mustache | Optional. Name of the file in Google Drive (e.g. "invoice-123.pdf"). If omitted, the name will be derived from the URL or response headers. | 아니요 |
| mimeType | mustache | Optional. MIME type to assign to the file in Drive (e.g. "application/pdf", "image/png"). If omitted, it will be inferred from the HTTP response headers where possible. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | UPLOADED or ERROR. |
| sensitive.fileId | string | Google Drive file ID of the uploaded file. |
| sensitive.name | string | Name of the uploaded file in Google Drive. |
| sensitive.mimeType | string | MIME type of the uploaded file as stored in Drive. |
| sensitive.size | string | Size of the uploaded file in bytes as a string, or null if unavailable. |
| confidential.webViewLink | string | Link to open the file in Google Drive (if available). |
| confidential.webContentLink | string | Direct download link for the file content (if available). |




