Integration reference

Microsoft OneDrive Trigger and Action reference

Automate OneDrive file and folder operations through Microsoft Graph; Trigger availability is reported from the current manifest.

0 Triggers8 ActionsManifests: Trigger v1 · Action v1

Authentication

Connect the Microsoft account through OAuth with access to the required drive.

  • Trigger account type: oauth2; reconnect by oauth.
  • Action connection type: oauth2; available modes: Connected OneDrive account.

Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.

Scopes and permissions

Base Trigger authorization requests: offline_access, User.Read, Files.Read.All.

View 1 OAuth scopes used by current Actions

Files.ReadWrite

View 1 provider permissions or credential requirements

Files.ReadWrite

Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.

Trigger availability

The current manifest does not expose an available Microsoft OneDrive Trigger. Start the Workflow with another app, a schedule, or a Webhook Source, then use Microsoft OneDrive as an Action.

Use Microsoft OneDrive Actions

The current Action manifest contains 8 operations. Representative Actions include:

  • Upload Text File
  • Create Folder
  • Move Item
  • Copy Item
  • Delete Item
  • Create Sharing Link
View all 8 available Action definitions
ActionManifest keyAccess and authManifest rate limit
Upload Text Filemicrosoft_onedrive.upload_text_fileFiles.ReadWrite
FastHook-managed account
1/second
Create Foldermicrosoft_onedrive.create_folderFiles.ReadWrite
FastHook-managed account
1/second
Move Itemmicrosoft_onedrive.move_itemFiles.ReadWrite
FastHook-managed account
1/second
Copy Itemmicrosoft_onedrive.copy_itemFiles.ReadWrite
FastHook-managed account
1/second
Delete Itemmicrosoft_onedrive.delete_itemFiles.ReadWrite
FastHook-managed account
1/second
Create Sharing Linkmicrosoft_onedrive.create_sharing_linkFiles.ReadWrite
FastHook-managed account
1/second
Invite Peoplemicrosoft_onedrive.invite_peopleFiles.ReadWrite
FastHook-managed account
1/second
Custom Graph Requestmicrosoft_onedrive.custom_api_requestNone declared
FastHook-managed account
1/second

The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.

Build a Workflow

  1. Create a Source using another provider, a schedule, or an inbound Webhook.
  2. Create a Workflow with that Source as its Trigger.
  3. Add the required Microsoft OneDrive Action and select the connected account.
  4. Map Trigger or earlier-Step data into the Action fields with the field picker.
  5. Add a Filter, Paths, Delay, or Transformation when the route needs it.
  6. Activate the Workflow, produce a controlled event, and verify the run in Audit and in Microsoft OneDrive.

Troubleshooting Microsoft OneDrive

The account is missing or cannot be selected
Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
A resource picker is empty
Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
The editor asks for additional scopes
Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
An active Workflow returns 401, 403, or a permission error
Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
The provider returns 429 or a temporary 5xx
Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.

Provider-specific checks

  • The current manifest exposes OneDrive Actions but no available OneDrive Trigger definitions.
  • Drive and path selection determine the visible resources.
  • Use a dedicated Microsoft 365 integration when the Workflow also needs Outlook, Calendar, Contacts, Excel, or Teams.

Next