Philip Gichuhi

Results 216 comments of Philip Gichuhi

Hi @ukalhapu. Unfortunately we're not actively supporting version 1.x of this SDK. We provide working code samples & active fixes on version 6.x of the SDK. Would it be viable...

Thanks for reporting this @JeroenTriptic. As a temporary work-around, you can use the `withUrl()` method to pass a plain text URL with the query parameter: ```php $result = $graphServiceClient->drives()->byDriveId('drive-id')->items()->byDriveItemId('driveItem-id')->copy()->withUrl( $graphServiceClient->getRequestAdapter()->getBaseUrl()."/drives/{$driveId}/items/{$itemId}/copy"...

Thanks for reporting this @gold22 and for the additional context @grncdr. This doesn't point to an SDK issue however there might have been an issue on the API side, does...

Great question @siddhartha-ghosh. I will get back soon after some investigations

Hi @kdejaeger `appRoleAssignments` is not a property of a [User](https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0#properties) therefore an expand won't work. Please direct me to docs that point to an $expand being possible. Getting appRole assignments...

Not yet implemented @sebastienlevert.