ChiotOnAGE
ChiotOnAGE
* telegram-upload version: 0.7.1 * Python version: 3.11.4 * Operating System: TrueNAS Scale * Dependencies list (run `pip freeze`): I installed with `pipx` ``` click==8.1.7 cryptg==0.4.0 hachoir==3.3.0 more-itertools==10.1.0 prompt-toolkit==3.0.43 pyaes==1.6.1...
如题,希望添加通过 `https://www.aliyundrive.com/s/` 链接转存文件的功能,相关 [issue](https://github.com/tickstep/aliyunpan-api/issues/3). 似乎是通过 `/file/copy` 方法?Payload 大致是这样的: ```json {"requests":[{"body":{"file_id":"64e5c663e217a81ff2ea4987b5f87a71b13fe979","share_id":"ricfp3zvA9Q","auto_rename":true,"to_parent_file_id":"6540bb64d7b4eb323390404293de85646d920eac","to_drive_id":"2100143230"},"headers":{"Content-Type":"application/json"},"id":"0","method":"POST","url":"/file/copy"}],"resource":"file"} ```
和 #447 相关。[CookieCloud](https://github.com/easychen/CookieCloud) 是较多人使用的用来从浏览器同步 cookies 的工具。可以很方便地帮助 JavSP 登录 JavDB 获取需要的信息。
https://github.com/Yuukiy/JavSP/blob/80904a0bdd997fa0f96df92314964b666165bfbb/javsp/__main__.py#L123 这里应该和上面一样使用 `i.value` 作为 `key` 吧。