Class FormsService.Scope | Google.Apis.Forms.v1
Show / Hide Table of Contents

Class FormsService.Scope

Available OAuth 2.0 scopes for use with the Google Forms API.

Inheritance
object
FormsService.Scope
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Forms.v1
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class FormsService.Scope

Fields

Drive

See, edit, create, and delete all of your Google Drive files

Declaration
public static string Drive
Field Value
Type Description
string

DriveFile

See, edit, create, and delete only the specific Google Drive files you use with this app

Declaration
public static string DriveFile
Field Value
Type Description
string

DriveReadonly

See and download all your Google Drive files

Declaration
public static string DriveReadonly
Field Value
Type Description
string

FormsBody

See, edit, create, and delete all your Google Forms forms

Declaration
public static string FormsBody
Field Value
Type Description
string

FormsBodyReadonly

See all your Google Forms forms

Declaration
public static string FormsBodyReadonly
Field Value
Type Description
string

FormsResponsesReadonly

See all responses to your Google Forms forms

Declaration
public static string FormsResponsesReadonly
Field Value
Type Description
string
In this article
Back to top Generated by DocFX