gclone icon indicating copy to clipboard operation
gclone copied to clipboard

fork from https://github.com/donwa/gclone

Results 4 gclone issues
Sort by recently updated
recently updated
newest added

目前在遇到 ratelimit 的时候就会自动切换sa,但其实ratelimit并不一定达到 750G上传的限制,也有可能是请求过快。 此时再切换sa,反而会因为频繁切换sa被google封project。 https://github.com/dogbutcat/gclone/blob/7f0d26f130d6ce795fd2282498008b02b81f52f9/backend/drive/drive.go#L756-L766 希望能和rclone参照的StopOnUploadLimit功能相结合,增加 rollingOnUploadLimit 选项 ```go // 我不会Go语言,所以以下仅作示例 if (!f.opt.rollingOnUploadLimit && f.opt.ServiceAccountFilePath != "") { f.waitChangeSvc.Lock() f.changeSvc(ctx) f.waitChangeSvc.Unlock() return true, err } if gerr.Errors[0].Message == "User...

8月开始发现 SA 的限制更多了. 之前一直是千兆独服跑 pt/bt 上传. 配置了自动 rotate SA. 一天换一个账户的 100个 SA. 一周或一个月重复. 现在这些 SA 都遇到了 403 限制. 请问有没有其他人遇到了相似的情况.

Hello, Can you please update gclone for 1.67 since that is now stable? Thanks

How would deleting files created by a service account work? while trying to delete a file from google drive directly on a Non-SA account folder (SA has Editor Access) with...