UiPath Documentation
activities
latest
false

Productivity activities

GetFileFolderInfo

Retrieves information about a file or folder from Google Drive by URL, ID, or full path.

Namespace: UiPath.GSuite.Activities.API

Assembly: UiPath.GSuite.Activities.API (in UiPath.GSuite.Activities.API.dll)

Syntax

IDriveItemInfo GetFileFolderInfo(
	string identifier,
	IdentificationType type = IdentificationType.UrlOrId
)
IDriveItemInfo GetFileFolderInfo(
	string identifier,
	IdentificationType type = IdentificationType.UrlOrId
)

Parameters

identifier String : The identifier (id, url, full path) of the file or folder to retrieve.

type IdentificationType (Optional) : Specifies the type of identifier provided (id, url or full path).

Return value

IDriveItemInfo - The file or folder information retrieved.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated