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
Seems the search method of Folder call API endpoint listfolder, which allow to search either by folderiD or by path, but the php SDK has chosen to use path only : https://docs.pcloud.com/methods/folder/listfolder.html
Still you can use $pCloudFolder->getContent($folderId); if you want to read all the folders or files in one specific folder, as long as you know its id.
I have a problem on check if directory exists. (On pcloud filemanager i see the folder...)
I used pCloud\Sdk\Folder->search($path) method, but always return this error message: pCloud\Sdk\Exception Directory does not exist.
I tested with other folder methods, but the result is the same.
The text was updated successfully, but these errors were encountered: