Skip to main content
SharePoint

Create a Folder in a Drive

Create a Folder in a Drive

Creates a new folder in a SharePoint drive.


Options


Drive

Select the drive the folder will be created in.

Path where the folder will be created

Enter the ID of the folder the new folder will be created in. Leave it empty to create it at the root.

New folder name

Enter the name of the new folder.

Returns

  • createdDateTime — The date and time the folder was created.
  • id — The folder ID.
  • lastModifiedDateTime — The date and time the folder was last modified.
  • name — The folder name.
  • webUrl — The folder URL.
  • createdBy — The name and e-mail of the user who created the folder.
  • lastModifiedBy — The name and e-mail of the user who last modified the folder.
  • parentReference — The reference of the parent folder.

Rules and Conditions

  • The Account and Folder name fields are required.