2021.2

Table Of Contents
Microsoft 365 OneDrive Output
Microsoft 365 OneDrive Output tasks allows to send files to any of the organization's
Microsoft 365 OneDrive accounts.
This task uses the Microsoft Graph API.
For this task to function correctly, Workflow needs to be granted application permissions for
Microsoft Graph in the organizations Azure instance.
It needs read access to the Users category (User.Read.All) so that the task can identify the
users in the organization.
In addition, the Files.ReadWrite.All permission is required.
For more information on setting application permissions for Microsoft Graph, see
https://docs.microsoft.com/en-us/graph/auth-v2-service.
Input
Any data file.
Processing and output
The task uses the Microsoft Graph API to access OneDrive folders in the organization (subject
to that organization's IT policies).
The file is saved in the location specified, as the file name specified.
When a communication error occurs while uploading a file to OneDrive, some temporary "~."
files may remain on the server; however, these files will eventually be cleaned up
automatically.
Note
The MS Graph REST API is limited to a certain number of requests within a certain
period of time. This is called throttling. When throttling comes into play, the plugin
receives HTTP response 429. The plugin will log the error and retry, but it exits with an
error after 15 unsuccessful attempts.
Page 661