'how to make a script or batch file to download a ppsx from sharepoint?
I'm using wget to download a ppsx file from SharePoint but I keep getting a '403 forbidden' error can someone help me on how to fix the error? or if someone can guide me on how to create a batch file to download a file from SharePoint that would be greatly appreciated. Thank you.
I have used wget (link) and I keep getting a 403 error or only a small 190kb of the file is downloaded.
Solution 1:[1]
keep getting a 403 error
403 is Forbidden, you are informed you are not allowed to download this file.
only a small 190kb of the file is downloaded.
Try to open it using text editor. I guess it contain above information, but maybe also information what you should do in order to get access.
using wget to download a ppsx file from SharePoint
Then answers in Download file/folder from sharepoint using Curl/Wget automatically might be useful for you
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Daweo |