Table of Contents

Class DriveService

Namespace
Google.Apis.Drive.v3
Assembly
Google.Apis.Drive.v3.dll

The Drive Service.

public class DriveService : BaseClientService
Inheritance
DriveService

Constructors

DriveService()

Constructs a new service.

public DriveService()

DriveService(Initializer)

Constructs a new service.

public DriveService(BaseClientService.Initializer initializer)

Parameters

initializer Initializer

The service initializer.

Fields

DiscoveryVersionUsed

The discovery version used to generate this service.

public static DiscoveryVersion DiscoveryVersionUsed

Field Value

DiscoveryVersion

Version

The API version.

public const string Version = "v3"

Field Value

string

Properties

About

Gets the About resource.

public virtual AboutResource About { get; }

Property Value

AboutResource

BasePath

Gets the service base path.

public override string BasePath { get; }

Property Value

string

BaseUri

Gets the service base URI.

public override string BaseUri { get; }

Property Value

string

Changes

Gets the Changes resource.

public virtual ChangesResource Changes { get; }

Property Value

ChangesResource

Channels

Gets the Channels resource.

public virtual ChannelsResource Channels { get; }

Property Value

ChannelsResource

Comments

Gets the Comments resource.

public virtual CommentsResource Comments { get; }

Property Value

CommentsResource

Drives

Gets the Drives resource.

public virtual DrivesResource Drives { get; }

Property Value

DrivesResource

Features

Gets the service supported features.

public override IList<string> Features { get; }

Property Value

IList<string>

Files

Gets the Files resource.

public virtual FilesResource Files { get; }

Property Value

FilesResource

Name

Gets the service name.

public override string Name { get; }

Property Value

string

Permissions

Gets the Permissions resource.

public virtual PermissionsResource Permissions { get; }

Property Value

PermissionsResource

Replies

Gets the Replies resource.

public virtual RepliesResource Replies { get; }

Property Value

RepliesResource

Revisions

Gets the Revisions resource.

public virtual RevisionsResource Revisions { get; }

Property Value

RevisionsResource

Teamdrives

Gets the Teamdrives resource.

public virtual TeamdrivesResource Teamdrives { get; }

Property Value

TeamdrivesResource