onedrive_upload_file
Create or replace a file in the user’s OneDrive with text content. Replacing a file keeps the previous version in OneDrive’s version history, and a deleted file goes to the recycle bin — both are recoverable.
Parameters
string
required
File name including extension.
string
required
Text content of the file.
string
Optional parent folder id. Defaults to the drive root.
string
MIME type. Default text/plain.