Vadim Gremyachev
Vadim Gremyachev
Greetings, indeed, at the moment the library officially supports SharePoint Online and OneDrive for Business (via `ClientContext` client) for GCC High endpoints. In terms of Outlook, since [Microsoft Graph supports...
Hey, thank you for catching this bug and @kinocz for providing the detailed analysis! Indeed, the way how destination folder is verified (i.e. all child foldes gets enumerated to ensure...
Hi, thank you for reporting this bug, it has been resolved in [`2.4.2` version](https://github.com/vgrem/Office365-REST-Python-Client/releases/tag/2.4.2)
Hi there, to determine the root cause, it might be beneficial to share the error details , is anything else could be shared in this regard? Or maybe additional details...
Hey @samlee00123, it appears the error occurs when batch request is _large enough and exceeds a certain limit in terms of amount of operations per batch request_ which is determined...
Closing this one since considered as resolved
Greetings, thank you for reporting it, this issue has been addressed in [`2.5.12` version](https://github.com/vgrem/Office365-REST-Python-Client/releases/tag/2.5.12 )
@domdinicola might be a good idea, thanks! Although would be interested to get familiar with runtime usage statistics. p.s. and might be slow with response since on vacation until the...
Nowadays it is recomended to utilize standard `File.move_to_using_path(destination, flag)` and `File.moveto(destination, flag) ` methods to move the file to the specified destination path: where: - `destination` : Specifies the existing...
@nsmcan, i believe we did #297 :)