The task is as follows:

It is necessary to backup winzip-ohd bd file broken down into volumes and save it in your OneDrive account.


Decided to use the onedrive-sdk-python library. After downloading and installing it, I began to attempt to connect to the cloud.

What permissions should be set in the settings of "My application"?

So far I have found information only on the site, but it is a little incomprehensible if I do not use any server, what value should I use in the request.

auth_url = client.auth_provider.get_auth_url(redirect_uri) code = GetAuthCodeServer.get_auth_code(auth_url, redirect_uri) 

What can I specify in redirect_uri? As I understand it, it must match the value in the personal account. In principle, the development environment is not important.

Please tell me or share the material on the onedrive api.

  • Comments are not intended for extended discussion; conversation moved to chat . - Yuriy SPb

0