Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gofile上传文件失效原因定位 #84

Open
Yatogaii opened this issue May 6, 2023 · 2 comments
Open

gofile上传文件失效原因定位 #84

Yatogaii opened this issue May 6, 2023 · 2 comments

Comments

@Yatogaii
Copy link

Yatogaii commented May 6, 2023

初步定位了一下原因是gofile的 createFolder api发生了变化。

现在需要三个参数 parentFolderId folderName token

代码里的只有 createFolderPostString = "parentFolderId=%s&token=%s",缺少一个 folderName 参数。

正在尝试修复

@Yatogaii
Copy link
Author

Yatogaii commented May 6, 2023

修复了GoFile的上传功能,下载功能暂未测试。

主要修改了 createFolder setFolderOption 这两个api的调用及上传完毕结果的展示。

更新了一些Readme里的信息。 #85

@Yatogaii
Copy link
Author

Yatogaii commented May 6, 2023

不是很熟练go语言,如果有问题还请见谅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant