You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2021. It is now read-only.
$cloud = new \Friday14\Mailru\Cloud('xxx', 'xxx', 'inbox.ru');
$files = $cloud->files('/'); // работает
$cloud->createFile('/1.txt','Hello World'); // не работает
выдает ошибку
Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://cloclo3-upload.cloud.mail.ru/upload/?cloud_domain=2&x-email=lexxxx%40inbox.ru&fileapi15004124608926=` resulted in a `404 Not Found` response:
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr> (truncated...)
in ...\vendor\guzzlehttp\guzzle\src\Exception\RequestException.php:113
Stack trace:
#0 ...\vendor\guzzlehttp\guzzle\src\Middleware.php(65): GuzzleHttp\Exception\RequestException::create() #1 ...\vendor\guzzlehttp\promises\src\Promise.php(204): GuzzleHttp\Middleware::GuzzleHttp\{closure}()
#2 ...\vendor\guzzlehttp\promises\src\Promise.php(153): GuzzleHttp\Promise\Promise::callHandler()
#3 ...\vendor\guzzlehttp\promises\src\TaskQueue.php(48): GuzzleHttp\Promise\Promise::GuzzleHttp\Promise in ...\vendor\guzzlehttp\guzzle\src\Exception\RequestException.php on line 113