1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
rclone/backend/pikpak
wiserain 6507770014
pikpak: fix error with copyto command
Fixes an issue where copied files could not be renamed when using the
`copyto` command. This occurred because the object ID was empty
before calling `readMetaData`. The fix preemptively calls `readMetaData`
to ensure an object ID is available before attempting the rename operation.
2024-07-08 10:37:42 +09:00
..
api pikpak: implement custom hash to replace wrong sha1 2024-06-20 00:57:21 +09:00
helper.go pikpak: implement custom hash to replace wrong sha1 2024-06-20 00:57:21 +09:00
pikpak_test.go
pikpak.go pikpak: fix error with copyto command 2024-07-08 10:37:42 +09:00