Forum Discussion
zeusplara
Apr 19, 2020Copper Contributor
Want to add a download URL (using a file in sharepoint) into powerpoint
Hi there. I'm trying to add a document from sharepoint into a button added in powerpoint where: - when i click on the button, it will download a copy of the file into the computer Should not...
Sudharsan K
Apr 20, 2020Iron Contributor
Hi,
Try to use the below url
https://<tenantname>.sharepoint.com/sites/<site collection title>/_layouts/15/download.aspx?SourceUrl=/sites/<site collection title>/<file path with the library name>
Try to use the below url
https://<tenantname>.sharepoint.com/sites/<site collection title>/_layouts/15/download.aspx?SourceUrl=/sites/<site collection title>/<file path with the library name>
zeusplara
Apr 20, 2020Copper Contributor
Thanks for your reply, and tip. But I've already tried that method too. It sends me to a non existent page.