How to download an file direct from link ? No folder access

Hi @pari_patel

If SharePoint is on-premises then you can try to use http request activity to download the file using the sharepoint link
save the file locally using write file activity
use azure blob storage activities to upload the local file to blob storage using upload blob activity.

If SharePoint on cloud then you should to integrate then try.

If you found helpful please mark as a solution. Thanks
Happy Automation with UiPath