> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# One drive

OneDrive is Microsoft’s cloud storage solution enabling users to store, sync, and share files across devices, offering offline access, real-time collaboration, and enterprise-grade security

<Accordion title="Find Item">
  Finds an item by name in onedrive using microsoft graph api.
</Accordion>

<Accordion title="Find Folder">
  Finds a folder by name in onedrive using microsoft graph api.
</Accordion>

<Accordion title="List OneDrive Items">
  Retrieve all files and folders from the root directory of onedrive using the microsoft graph api.
</Accordion>

<Accordion title="Upload File">
  Uploads a file to onedrive using microsoft graph api.
</Accordion>

<Accordion title="Download Item">
  Downloads a file from onedrive using microsoft graph api.
</Accordion>

<Accordion title="Create New Text File">
  Creates a new text file in onedrive with the specified content.
</Accordion>

<Accordion title="Create Folder">
  Creates a new folder in onedrive using microsoft graph api.
</Accordion>
