• Create Folder – Create a new folder within any storage under a specified parent folder. This API helps organize folders and maintain structured hierarchy.
  • Rename Folder – Rename an existing folder without changing its location in the folder hierarchy. Use this API when you want to update the folder name while preserving the same folder ID, parent folder, and library context.
  • Get Folder Children – Retrieve the files and subfolders inside a specific folder. This API is useful for browsing folder contents programmatically, and it supports pagination parameters such as limit, skip, and nextPageToken for larger result sets.
  • Get Folder – Fetches the details of a specific folder using its folder ID. Use this API to retrieve folder metadata and validate that a folder exists in the selected library and drive.
  • Delete Folder – Deletes a folder from any storage. Use this API when you need to remove folders programmatically as part of cleanup, restructuring, or content lifecycle workflows.