check thumbnails in the share with me response (#1605)

* check thumbnails in the share with me response

* check preview in report response
This commit is contained in:
Viktor Scharf
2025-10-07 07:43:46 +02:00
committed by GitHub
parent 38b1a0feb0
commit 2fba3c5cdd
4 changed files with 153 additions and 2 deletions
+2 -2
View File
@@ -2030,7 +2030,7 @@ class GraphHelper {
string $user,
string $password
): ResponseInterface {
$url = self::getBetaFullUrl($baseUrl, "me/drive/sharedWithMe");
$url = self::getBetaFullUrl($baseUrl, "me/drive/sharedWithMe?\$expand=thumbnails");
return HttpRequestHelper::get(
$url,
$xRequestId,
@@ -2055,7 +2055,7 @@ class GraphHelper {
string $user,
string $password
): ResponseInterface {
$url = self::getBetaFullUrl($baseUrl, "me/drive/sharedByMe");
$url = self::getBetaFullUrl($baseUrl, "me/drive/sharedByMe?\$expand=thumbnails");
return HttpRequestHelper::get(
$url,
$xRequestId,