mb01r
Results
2
comments of
mb01r
Thanks @fhoy, this was a big help Adding scopes to the GraphClient class worked for me using the DefaultAzureCredential class from azure.identity. `creds = DefaultAzureCredential() client = GraphClient(credential=creds, scopes=['https://graph.microsoft.com']) result...
Adding streams to Node based functions would be great. In the mean time is there a way to catch the error and respond to the user agent? Testing using core...