Apex
Types
Resource
a resource represents a file or a folder in external storage it has the following properties id external id of the resource type one of file or folder name name of the resource, with extension in case of files library one of sharepoint , google , onedrive , box , dropbox , cloudfiles driveid drive id in external storage only applicable for sharepoint & google drive you can get this value from content library docid\ wtj62wux2a6hgfwvpm4ij path this is the path to the target resource resource( string id, string type, string name, string library, string driveid ) resource( string id, string type, string name, string library, string driveid, string path )