You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path argument for function download_public doesn't reach request's payload.
e.x. after executing this line - yadisk.download_public(link, local_path, path=remote_path) - i got error:
TypeError: Session.request() got an unexpected keyword argument 'path'
The text was updated successfully, but these errors were encountered:
Path argument for function download_public doesn't reach request's payload.
e.x. after executing this line - yadisk.download_public(link, local_path, path=remote_path) - i got error:
TypeError: Session.request() got an unexpected keyword argument 'path'
The text was updated successfully, but these errors were encountered: