Show / Hide Table of Contents

Class DriveActivityService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Drive Activity API.

Inheritance
System.Object
DriveActivityService.ScopeConstants
Namespace: Google.Apis.DriveActivity.v2
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public static class ScopeConstants : object

Fields

DriveActivity

View and add to the activity record of files in your Google Drive

Declaration
public const string DriveActivity = null
Field Value
Type Description
System.String

DriveActivityReadonly

View the activity record of files in your Google Drive

Declaration
public const string DriveActivityReadonly = null
Field Value
Type Description
System.String
Back to top