Google Drive로 돌아가기

Knoon AI를 Google Drive (Google)과 연결하여 AI 워크플로우를 자동화하세요.

Create a new folder in Google Drive, optionally inside a specific parent folder.
googleDriveCreateFolder
베타
권한
  • https://www.googleapis.com/auth/drive.file
선택사항 권한
  • https://www.googleapis.com/auth/drive
매개변수
이름유형설명필수
parentFolderIdfile Optional. Select the parent Google Drive folder. If not set, the folder will be created in root.아니요
folderNamemustache Name of the folder to create (e.g. "Invoices 2026").
반환값
이름유형설명
statusstring CREATED or ERROR.
sensitive.folderIdstring Google Drive folder ID.
sensitive.namestring Name of the created folder.
sensitive.mimeTypestring MIME type of the created folder.
sensitive.parentsarray (string)Parent folder IDs.
sensitive.createdTimestring Folder creation time.
sensitive.modifiedTimestring Last modified time.
confidential.webViewLinkstring Web link to open the folder in Google Drive.