Show / Hide Table of Contents

Class AN_Drive

The Drive API provides easy access to users' Google Drive contents. This API includes Activities to open or create files in users' Drives, as well as the ability to programmatically interact with contents, metadata, and the folder hierarchy. https://developers.google.com/android/reference/com/google/android/gms/drive/Drive

Inheritance
System.Object
AN_Drive
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.GMS.Drive
Assembly: cs.temp.dll.dll
Syntax
public class AN_Drive

Fields

SCOPE_APPFOLDER

A Scope that gives 'drive.appfolder' access to a user's drive.

Declaration
public static AN_Scope SCOPE_APPFOLDER
Field Value
Type Description
AN_Scope

SCOPE_FILE

A Scope that gives 'drive.file' access to a user's drive.

Declaration
public static AN_Scope SCOPE_FILE
Field Value
Type Description
AN_Scope
In This Article
Back to top Generated by DocFX