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: new backend 2023-04-04 16:33:48 +01:00
pikpak.go pikpak: fix error with copyto command 2024-07-08 10:37:42 +09:00