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.
Authentication
Connect the Microsoft account through OAuth with access to the required drive.
- Trigger account type:
oauth2; reconnect byoauth. - 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
| Action | Manifest key | Access and auth | Manifest rate limit |
|---|---|---|---|
| Upload Text File | microsoft_onedrive.upload_text_file | Files.ReadWriteFastHook-managed account | 1/second |
| Create Folder | microsoft_onedrive.create_folder | Files.ReadWriteFastHook-managed account | 1/second |
| Move Item | microsoft_onedrive.move_item | Files.ReadWriteFastHook-managed account | 1/second |
| Copy Item | microsoft_onedrive.copy_item | Files.ReadWriteFastHook-managed account | 1/second |
| Delete Item | microsoft_onedrive.delete_item | Files.ReadWriteFastHook-managed account | 1/second |
| Create Sharing Link | microsoft_onedrive.create_sharing_link | Files.ReadWriteFastHook-managed account | 1/second |
| Invite People | microsoft_onedrive.invite_people | Files.ReadWriteFastHook-managed account | 1/second |
| Custom Graph Request | microsoft_onedrive.custom_api_request | None 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
- Create a Source using another provider, a schedule, or an inbound Webhook.
- Create a Workflow with that Source as its Trigger.
- Add the required Microsoft OneDrive Action and select the connected account.
- Map Trigger or earlier-Step data into the Action fields with the field picker.
- Add a Filter, Paths, Delay, or Transformation when the route needs it.
- 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.