Tim

Results 1 comments of Tim

For anyone stumbling across this issue. You can specifiy the folder in the following line: ```python upload_session = await user_client.drives.by_drive_id( "b!WtUPKhiPm0a6Bj6Z_J97a53XIv_KoNNAkdLRUrSF06lh-qW6JpABSoW62oPNb03R" ).items.by_drive_item_id('root:/path/to/folder/test_upload.txt:' ).create_upload_session.post(upload_session_request_body) ``` It will create the folder, if...