Create small text file
CreateSmallTextFile is a powerful AI tool designed to simplify the creation and uploading of small text files (under 5MB) directly into Microsoft 365 SharePoint Document Libraries. It allows users to specify exact folders within libraries for efficient document management.
Features
- Supports creating and uploading text files less than 5MB in size.
- Integrates seamlessly with Microsoft 365 SharePoint Document Libraries and Drives.
- Allows specifying a particular folder within a Document Library for precise file placement.
- Automatically uploads files to the root folder if no specific folder is indicated.
- User-friendly input schema requiring filename, content text, and document library ID for easy operation.
Benefits
- Enhances productivity by streamlining text file creation within SharePoint environments.
- Improves document organization through targeted file placement in specific folders.
- Saves time by automating file uploads without the need for manual SharePoint navigation.
- Ensures compatibility and security within Microsoft 365's native ecosystem.
- Supports small text file management which is essential for notes, logs, and configuration files.
Description
Use this tool for SharePoint document libraries or when you need to specify a drive.Create or upload a text file of size less than 5MB to a specific Document Library (or Drive).You can upload it to a specific folder on the DocumentLibrary.If no folder is specified, the file will be uploaded to the root folder of the Document Library.
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| filenamerequired | string | Name of the file to create including the file extension. |
| contentTextrequired | string | The text content of the file. |
| documentLibraryIdrequired | string | Id of the Document Library (also called as a Drive) of the file you want to create. |
| parentfolderId | string | The ID of the parent folder where the file will be created.Defaults to the root folder of the Document Library if not specified. |