Sushama Shroff

Results 23 comments of Sushama Shroff

When I try the ClientCredential Flow as documented https://github.com/vgrem/Office365-REST-Python-Client/tree/master?tab=readme-ov-file#working-with-onedrive-and-sharepoint-v2-apis , and use it for the example https://github.com/vgrem/Office365-REST-Python-Client/blob/master/examples/onedrive/drives/list_followed_items.py I get an error - Is this use case supported with the client...

@vgrem Can you kindly help on this. Thanks.

@vgrem @mwarqee What size list is considered large ? I use the blow code to get list items, will this not work for large lists ? ``` doc_lib = current_web.default_document_library()...

@vgrem Can you please help answer this ? Thanks.

@vgrem appreciate any help on this ? Thanks

Also, what would be the right way to check if the context is valid (just run some basic query on it) ?

And is it preferable to store and reuse the context associated with a site, or recreate as below each time we want to run a query on that site ?...

@vgrem Appreciate any help on this - Is it preferable to store and reuse the context associated with a site, or recreate as below each time we want to run...

Hello Smita, You need Site.FullControl.All per the documentation below. https://github.com/vgrem/Office365-REST-Python-Client/wiki/How-to-connect-to-SharePoint-Online-with-certificate-credentials

@vgrem wondering if this is something that is planned for the near future?