Maryann Gitonga
Maryann Gitonga
@gavinbarron in that case, should `Directory.Read.All` (and `DelegatedPermissionGrant.ReadWrite.All` which is another permission required to enable unconsenting to permissions) be added to the list of default scopes that a user is...
@gavinbarron These are the default permissions are openid, profile and User.Read. The two permissions required for unconsenting require admin consent unlike the current default permissions. With regard to and appreciation...
Alongside the screen.width and screen.height, other device characteristics to be captured are: - Browser width and height (window.innerWidth and window.innerHeight respectively) to capture telemetry in a real scenario when a...
@bruceburge, the behavior you’re noting with the sample query is the one documented here [https://learn.microsoft.com/en-us/graph/api/driveitem-list-children?view=graph-rest-1.0&tabs=http#response](https://learn.microsoft.com/en-us/graph/api/driveitem-list-children?view=graph-rest-1.0&tabs=http#response). For performance reasons, the response will return a batch of 200 items but you can...