Vadim Gremyachev

Results 81 comments of Vadim Gremyachev

Hi, it appears `Folder.move_to` method was indeed generating invalid request, thank you for reporting it. It has been resolved in [`2.3.14` release](https://github.com/vgrem/Office365-REST-Python-Client/releases/tag/2.3.14), here is an example on how to move...

Greetings! thank you for the detailed log, at the moment im lacking any possibility to verify it against SharePoint/ADFS env. @wreiner, maybe you could kindly confirm whether _federated authentication_ is...

@wreiner thank you for getting back, regarding > acquire_service_token_from_adfs is missing its been refactored [from public to private method](https://github.com/vgrem/Office365-REST-Python-Client/blob/master/office365/runtime/auth/providers/saml_token_provider.py#L120). > my fix for the datetime format is not in the...

> Hi everyone > > I am having similar issues, the following line gives me a 400 or 500 response. > > https://github.com/vgrem/Office365-REST-Python-Client/blob/020c8c8176ce2eea3accbe95e2e4372af57ef6c8/office365/runtime/auth/providers/saml_token_provider.py#L133 > > In case I get the...

Hey @hungnguyen95 , thank you for confirming it! Turns out `is_valid_auth_cookies` needs to be adjusted.

Greetings! indeed, url format might be confusing when addressing resources in SharePoint/Office365. `ClientContext` class accepts as a first argument the _url of a site_, for example: in case of url...

I propose to close since the issue is resolved.

I confirm it was a bug with `Folder.copy_to_using_path` method, thank you for reporting it. It has been resolved in [2.3.14 version](https://github.com/vgrem/Office365-REST-Python-Client/releases/tag/2.3.14)

Greetings, i verified the creation of list item using the similar example and cant reproduce the specified error. Could you please provide a few more details such as: - which...

Hello, I would like to confirm OAuth is supported. By default [The Microsoft Authentication Library (MSAL) for Python](https://pypi.org/project/msal/) library comes as a **dependency** to obtain tokens to call Microsoft Graph...