Rik van der Linde
Results
1
issues of
Rik van der Linde
### Describe the bug I am trying up upload a file using the SDK, resulting in: `$graphClient->drives()->byDriveId($driveId)->items()->byDriveItemId($itemId.':/'.$filename.':')->content()->put(Utils::streamFor($fileContent))->wait();` As you can see I have to abuse the byDriveItemId DriveId, because the...
type:enhancement