I have Issue In Using Microsoft Graph give me Request timeout when try to upload or download any File

Rasberry 1 Reputation point
2021-01-31T18:17:12.163+00:00

I 'm Using Microsoft Graph to upload and Download files from One Drive.
It was working efficiently. but now i face an Issue in Upload and download.

  1. in Upload give me exception "Request Timeout."
  2. in Download give me exception "Stream does not support reading."

Can you help me Please why this issues Comes

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,446 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-02-02T17:33:40.913+00:00

    I would try the following:

    • Re-try the Graph API call and see if it helps
    • If still issue persists then Try using Graph Explorer or POSTMAN (isolate the issue out of the code), with the same Graph API call you can repro the issue or not. Share the requestid, timestamp of the issue repro.
    0 comments No comments