MSGraph drive.get() Returning NoneType Error #1134
Unanswered
Bruno Marchese (Bmarchese)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Issue with
client.sites.by_site_id(site_id).drive.get()ReturningNoneTypeDescription:
I'm encountering an issue when attempting to retrieve site drives using the MSGraph Python SDK. The following code snippet results in a
NoneTyperesponse:Error Log:
Steps to Reproduce:
client.sites.by_site_id(site_id).drive.get().Noneand the error log above is generated.Environment:
What I've Tried:
site_idvalue is correct.Questions/Request for Help:
Any insights or guidance would be greatly appreciated!
All reactions