You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
I have a request to zip all files in a specific folder in OneDrive using Logic App/Azure Function.
What steps should I do, to get all files in OneDrive in a specific folder and zip in one single file?
Thank you much for your attention.
The text was updated successfully, but these errors were encountered:
So there isn't a Logic App connector for this. You can extract just not compress. If you want to use Logic apps then I'd suggest submitting your idea here.
An approach that I'd take is to compress the files first then send to OneDrive as a zip. If you have the files on a VM you could even using PowerShell in Azure Functions. Check out this sample. I'll leave this open for a couple more days.
Hello,
I have a request to zip all files in a specific folder in OneDrive using Logic App/Azure Function.
What steps should I do, to get all files in OneDrive in a specific folder and zip in one single file?
Thank you much for your attention.
The text was updated successfully, but these errors were encountered: