Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Fixes failing driveItem move operation
When moving a driveItem the operation fails as the move method appends the method name to the request url.
The API replies with a 404 error code and message "Item not found"