David Zhuang

Results 71 comments of David Zhuang

Nah - it's from the Onedrive side. This app does not put any limit on what you can see: everything returned by API shall be displayed. > 在 2019年7月1日,下午1:15,rtkshmclane 写道:...

Smells like your local DNS issue. On Mon, Jan 11, 2021 at 3:58 PM samuel-parra wrote: > where try business activation get an error with api.office.com > > requests.exceptions.ConnectionError: HTTPSConnectionPool(host='...

>不支持目录上传下载 有可能会加吧。 >文件上传多了会断 Onedrive的API不怎么稳定 建议手工一点点传。速度太快会很funny。 >弄个挂本地硬盘的 Windows可以直接挂载;Linux我有时间会写一个 但是考虑到API这么不稳定 估计效果会很令人痛心。

试试Python 3版本? pip3 install onedrivecmd ? > 在 2018年5月16日,上午5:59,Ding 写道: > > 上传失败: > > 上传不到1m的小文件svn.txt ,而且是英文命名的 > > $ odcmd put /home/ubuntu/Downloads/svn.txt od:/ > Path (/LiveFolders//svn.txt) contains invalid leading...

以后我再也不手欠写Python 2/3兼容的东西了。 换Python3试试 系统设UTF8. > 在 2018年6月15日,下午9:02,die♂Deutsche♂Orthopädie♂spezialist 写道: > > 又是蛋疼的python编码问题,试下将系统编码改成utf-8 > > — > You are receiving this because you commented. > Reply to this email directly, view it...

我现在没多少时间(也没账号)测试世纪互联 但是整个程序应该重构了。 On Wed, Mar 31, 2021 at 11:28 AM hugang ***@***.***> wrote: > — > You are receiving this because you are subscribed to this thread. > Reply to...

Thanks - To answer your questions: 1. The auth JSON does not need to be updated every time - only when th `access_token` expired, during which a new `access_token` shall...

Please refer to: https://github.com/cnbeining/onedrivecmd/blob/297630cb9d585a6a8af3efffc928b4c9e266edc2/onedrivecmd/utils/session.py#L33 Thanks,

You do not need to save any session information since all the API calls are stateless. If you want to save the json you can refer to the do login...