fix(139): update family cloud API #7591
Open
+72
−23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
在使用过程中发现家庭云无法正常使用,发现是网页版接口地址发生了修改,以及要多传一个
path
参数。尝试修复了家庭云的相关功能,测试下来解析下载、上传、删除、重命名文件没有问题。
已知问题是根目录无法上传文件(
path
为空),子目录正常,希望有大佬能够帮助修复。另外这个存储比较奇怪,没有复制、移动、重命名文件夹(如果用客户端的接口可以实现重命名文件夹,但 Endipoint 不同,此处使用网页版接口)。