-
-
Notifications
You must be signed in to change notification settings - Fork 119
How to stream a Sharepoint File to the client #349
Copy link
Copy link
Open
Labels
documentationRequests for examples, usage guides, or documentation improvementsRequests for examples, usage guides, or documentation improvementsquestionsharepointSharePoint Online or On-Premises API issuesSharePoint Online or On-Premises API issues
Description
Metadata
Metadata
Assignees
Labels
documentationRequests for examples, usage guides, or documentation improvementsRequests for examples, usage guides, or documentation improvementsquestionsharepointSharePoint Online or On-Premises API issuesSharePoint Online or On-Premises API issues
What's the preferred way to download a file from Sharepoint and directly pass it to the client without saving the file to the servers file system / ram?
Sharepoint -> webserver -> client
The webserver should only handle authentication and directly hand over the required file to the client.