Create Folder
- 02 Oct 2023
- 1 Minute to read
- Print
- DarkLight
Create Folder
- Updated on 02 Oct 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Integration > Google Drive |
The Create Folder step creates a new folder within a specified location in a user's Google Drive account. This step is particularly useful when needing to automate the organization of files and documents within Google Drive.
Prerequisites
This step requires the Google Drive module to be installed before it will be available in the toolbox.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Credential | The authentication credentials or access token required to authorize and authenticate the operation. | GoogleDriveCredential |
New Folder Name | Specify the new folder's name to create in Google Drive. The name should be unique within the parent folder and will be used to identify the folder. | String |
Parent Folder ID | This input represents the ID of the parent folder within Google Drive to create the new folder. The new folder will be created within this specified parent folder. The folder will be created at the root level if a Parent Folder ID is not provided. Find the ID: In Google Drive, locate the file or folder, right-click, and select "Get Link" or "Share". A window will pop up displaying the sharing settings for the file or folder. The link will look something like the following: https://drive.google.com/file/d/FILE_ID/view or https://drive.google.com/drive/folders/FOLDER_ID. The Get File List and Get Folder List steps will also return File and Folder IDs. | String |
Outputs
Property | Description | Data Type |
---|---|---|
Error Info | This output provides information about any errors or issues that may have occurred during the execution of this step. It contains error codes, error descriptions, or other relevant error details. | GoogleDriveErrorInfo |
Result | This output contains the new folder ID, name, description, and the sharing link. It confirms the successful creation of the folder. | GoogleDriveFolder |
Was this article helpful?