Please give advice to move a zoom recording video file from Azure Blob Storage to Sharepoint directly using C#. Recently, the process that I created is to get the Azure storage file uri -> download the file at local device -> Upload the file to Sharepoint. However, now I want the Azure file to be uploaded directly to Sharepoint without needing to download the file to local storage first. How can I achieve that?
enter image description here
Recently, the process that I created is to get the Azure storage file uri -> download the file at local device -> Upload the file to Sharepoint. However, now I want the Azure file to be uploaded directly to Sharepoint without needing to download the file to local storage first. How can I achieve that?
Angeline Mary Marchella is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.