Does the OneDrive App Have the Ability to Upload All Files Within a Folder?

This topic was automatically generated from Slack. You can find the original thread here.

Can the OneDrive app upload all files within a folder?

The OneDrive app on Pipedream does not currently support uploading all files within a folder in a single action. However, you can create a workflow that iterates over each file in a folder and uploads them one by one. If you need to upload a folder with many files, you might need to write custom code to handle this. If you need a new feature or an enhancement to the existing OneDrive app, you can submit an integration request at New Pipedream Integration Request.

Also in addition you can write a second workflow that accepts one file at a time over HTTP and uses the pre-built action to upload a file to OneDrive to save on writing the API call for that by hand

Thank you for that tip