mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 05:33:11 +08:00
b2f6aac754
Previously, `getFile()` was called indiscriminately during uploads, moves, and download link generation. This could lead to users with download limit causing subsequent operations like uploads and moves to fail. This PR optimizes the use of getFile(), by only calling it when it's strictly necessary. |
||
---|---|---|
.. | ||
api | ||
helper.go | ||
pikpak_test.go | ||
pikpak.go |