loadFolder
Load a specific folder.
Loads the metadata about the folder with the provided folderId
.
For more information, see the related documentation page.
Return
Call resulting in a RemoteFolder instance holding the metadata for the requested folder id.
Parameters
folderId
target folder id.
Load a specific folder.
Loads the metadata about the folder with the provided path
.
For more information, see the related documentation page.
Return
Call resulting in a RemoteFolder instance holding the metadata for the requested path.
Parameters
path
target folder path.
Throws
on a null or empty path
argument.