Read small text file
The readSmallTextFile tool enables seamless reading and downloading of text files smaller than 5MB from Microsoft 365 SharePoint Document Libraries or Drives. It is designed to efficiently retrieve file contents by specifying unique file and library identifiers.
Features
- Supports reading text files less than 5MB in size from SharePoint Document Libraries or Drives.
- Requires fileId and documentLibraryId to accurately identify and access files.
- Integrates smoothly with Microsoft 365 SharePoint environment for streamlined access.
- Allows quick downloading or reading of small text files directly from SharePoint.
- Facilitates automated workflows that involve processing SharePoint text documents.
Benefits
- Enhances productivity by enabling fast access to text files within SharePoint.
- Reduces manual intervention in retrieving small documents, saving time.
- Improves integration with Microsoft 365 services and workflows.
- Supports automation scenarios that require quick reading of SharePoint files.
- Ensures accurate file retrieval using precise identifiers, minimizing errors.
Description
Use this tool for SharePoint document libraries or when you need to specify a drive.Read i.e. download a text file of size less than 5MB from a specific Document Library (or Drive).You need to provide a fileId (driveItemId of a File) and a documentLibraryId to identify the file.
Parameters
2 parameters
| Name | Type | Description |
|---|---|---|
| fileIdrequired | string | The ID of the file (DriveItem) to read or download. |
| documentLibraryIdrequired | string | Id of the Document Library (also called as a Drive) of the file you want to read or download. |