Nikitha Chettiar

Results 98 comments of Nikitha Chettiar

@simonyarde Thank you for reaching out! The following worked for me with `type : module` in the `package.json` of the project importing `@microsoft/microsoft-graph-client`. ``` import {Client} from "@microsoft/microsoft-graph-client" ``` Is...

@simonyarde > why doesn't the graph module use valid ECMAScript module syntax, i.e. including the file extension? Using `.mjs` file extension is one of the ways to use ES modules...

@moinkhanif This seems to be a bug in the service. Thanks for bringing this to attention!

@moinkhanif I recommmend you to please post this question in [Microsoft Q & A ](https://docs.microsoft.com/en-us/answers/index.html) with the tags for Graph, Outlook, calendar to bring more light to this issue :)

Unfortunately, the library expects an encoded URI to be passed as a parameter. We have customers passing in an encoded URI and I would recommend this as a workaround now.

@wilsonmfg Thank you for reporting the issue! Investigating this :)

@wilsonmfg can you please provide the request ids that you get from Graph response for the get and delete requests?

Could you try the following suggestion I received from the service team: The customer should keep following the nextLink to get the entire list of subscriptions, until there is no...

Can you please provide request time + subscription id or subscription id for their original post that is masked?