Class DriveActivityService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Drive Activity API.
Inheritance
System.Object
DriveActivityService.ScopeConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DriveActivity.v2
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public static class ScopeConstants
Fields
DriveActivity
View and add to the activity record of files in your Google Drive
Declaration
public const string DriveActivity = "https://www.googleapis.com/auth/drive.activity"
Field Value
| Type | Description |
|---|---|
| System.String |
DriveActivityReadonly
View the activity record of files in your Google Drive
Declaration
public const string DriveActivityReadonly = "https://www.googleapis.com/auth/drive.activity.readonly"
Field Value
| Type | Description |
|---|---|
| System.String |