Oleksandr Shtovba
Oleksandr Shtovba
@nao-pon It returns `bool(true)`
@nao-pon `var_dump(implode(', ', array_pluck($cloud->listContents('root'), 'filename')));exit;` There are a lot of created directories by me. But they are not visible in Google Drive `_test, _test, _test, _test, _test, _test, xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx, _test,...
For example when I try to create sub-directory (in already created by me but not visible in list) `$cloud->createDir('GOOGLE_DRIVE_SYNC/images');` action is finished with error ``` [Google_Service_Exception] { "error": { "errors":...
Used version is **1.1**
Problem with not existed directory was solved. Need use unique "path" instead of real name of directory. ``` array(8) { ["type"]=> string(3) "dir" ["path"]=> string(33) "root/0ByPeQhcJr3-DRDVzd3BFUGZtWU0" ["filename"]=> string(3) "zip" ["extension"]=>...
@nao-pon I've used this way and got the following error: ``` [Google_Service_Exception] { "error": { "errors": [ { "domain": "global", "reason": "required", "message": "Login Required", "locationType": "header", "location": "Authorization" }...