Oct 25 2017
06:18 AM
- last edited on
Jan 14 2022
05:35 PM
by
TechCommunityAP
Oct 25 2017
06:18 AM
- last edited on
Jan 14 2022
05:35 PM
by
TechCommunityAP
hi,
we have file handler for oneDrive , we are getting graph api url using
var url = Request.Form["items"];
in End Point application. We are using following code to find the file
var request = graphClient.Shares[url]; var foundFile = await request.Request().GetAsync();
But i'm getting json object with file information. i want to get this file into byte array, how can i do it?