Module GapiDriveV2Service.AboutResource

val get : ?⁠base_url:string -> ?⁠etag:string -> ?⁠std_params:GapiService.StandardParameters.t -> ?⁠includeSubscribed:bool -> ?⁠maxChangeIdCount:int64 -> ?⁠startChangeId:int64 -> GapiConversation.Session.t -> GapiDriveV2Model.About.t * GapiConversation.Session.t

Gets the information about the current user along with Drive API settings

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/drive/v2/").

parameter etag

Optional ETag.

parameter std_params

Optional standard parameters.

parameter includeSubscribed

When calculating the number of remaining change IDs, whether to include public files the user has opened and shared files. When set to false, this counts only change IDs for owned files and any shared or public files that the user has explicitly added to a folder they own.

parameter maxChangeIdCount

Maximum number of remaining change IDs to count

parameter startChangeId

Change ID to start counting from when calculating number of remaining change IDs