OneDrive integration: Trying to use LargeFileUploadTask with Proxy responds with 403 #2603
Answered
by
GeertVerthe
GeertVerthe
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
GeertVerthe
Aug 1, 2024
Replies: 1 comment 4 replies
-
Thanks for raising this @GeertVerthe Are you by any chance able to make it work if you pass the var fileUploadTask = new LargeFileUploadTask<DriveItem>(uploadSession, fileStream, maxSliceSize, _graphServiceClient); |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for getting back to me. I currently have not access to the RawResponseBody but we are awaiting the customer to allow traffic to their https://[tenant].my-sharepoint.com as we can see this is the url that is used to perform the upload task. It might be that their proxy blocks this.
Can you confirm that this url should be open?
I tried with some sketchy free proxies found online, and these seem to work with my code, so I assume the problem lies with the customers proxy.
I'll get back to you whenever i get feedback from them!