You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, constructing this path alongside a group context no longer seems to function as expected with the version 5 of the Microsoft Graph SDK. To work around this, I found an alternative approach that requires making two separate calls to the Graph API:
This solution, however, is less efficient than the previous single-call method. Am I missing any configuration in the new SDK to achieve my initial objective, or is this a possible bug in the current SDK?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Title: Resolving Thumbnail Retrieval Issues in Microsoft Graph SDK Version 4
Hello,
In version 4 of the Microsoft Graph SDK, I was previously able to retrieve file thumbnails using the following request:
However, constructing this path alongside a group context no longer seems to function as expected with the version 5 of the Microsoft Graph SDK. To work around this, I found an alternative approach that requires making two separate calls to the Graph API:
This solution, however, is less efficient than the previous single-call method. Am I missing any configuration in the new SDK to achieve my initial objective, or is this a possible bug in the current SDK?
I am experiencing the same issue with this call.
Thank you for your help,
Patrick
Beta Was this translation helpful? Give feedback.
All reactions