“503 Server Error” when uploading a large zip file to OneDrive via Microsoft Graph API in Python
I am using the Microsoft Graph API in Python to upload a large .zip file (approximately 90 GB) to OneDrive. However, when uploading the file in chunks, the process stops with a 503 Server Error after uploading about 3.88% of the file. Here’s the relevant portion of my code and the error message: