mirror of https://github.com/rclone/rclone
The API we use for OpenWriterAt seems to have been disabled at pcloud
PUT /file_open?flags=XXX&folderid=XXX&name=XXX HTTP/1.1
gives
{
"result": 2003,
"error": "Access denied. You do not have permissions to perform this operation."
}
So disable OpenWriterAt and hence multipart uploads for the moment.
|
||
|---|---|---|
| .. | ||
| api | ||
| pcloud.go | ||
| pcloud_test.go | ||
| writer_at.go | ||