Ondrej Kinovic
Ondrej Kinovic
debug on `2.4.2`: ``` 2023-07-15 09:55:43,954|P=10751 |T=8572165632 |DEBUG |urllib3.connectionpool|connectionpool |_new_conn |Starting new HTTPS connection (1): tenant.sharepoint.com:443 2023-07-15 09:55:44,198|P=10751 |T=8572165632 |DEBUG |urllib3.connectionpool|connectionpool |_make_request |https://tenant.sharepoint.com:443 "GET /sites/zzz/_api/Web/GetFileById('20dbe841-16f4-4c52-8918-de00bb29db44')?$select=Id HTTP/1.1" 200 None 2023-07-15 09:55:44,211|P=10751...
I'm moving just a file, so the trick is to create the API command directly as the `moveto` method did. ``` uploaded_file.context.add_query( ServiceOperationQuery(uploaded_file, "moveto", { "newurl": server_filename, "flags": 1 },...