mirror of
https://github.com/rclone/rclone.git
synced 2025-12-28 06:03:43 +00:00
vendor: update dependencies to latest
This commit is contained in:
13
vendor/google.golang.org/api/drive/v3/drive-gen.go
generated
vendored
13
vendor/google.golang.org/api/drive/v3/drive-gen.go
generated
vendored
@@ -11,18 +11,18 @@ package drive // import "google.golang.org/api/drive/v3"
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
context "golang.org/x/net/context"
|
||||
ctxhttp "golang.org/x/net/context/ctxhttp"
|
||||
gensupport "google.golang.org/api/gensupport"
|
||||
googleapi "google.golang.org/api/googleapi"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
gensupport "google.golang.org/api/gensupport"
|
||||
googleapi "google.golang.org/api/googleapi"
|
||||
)
|
||||
|
||||
// Always reference these packages, just in case the auto-generated code
|
||||
@@ -38,7 +38,6 @@ var _ = googleapi.Version
|
||||
var _ = errors.New
|
||||
var _ = strings.Replace
|
||||
var _ = context.Canceled
|
||||
var _ = ctxhttp.Do
|
||||
|
||||
const apiId = "drive:v3"
|
||||
const apiName = "drive"
|
||||
@@ -47,7 +46,7 @@ const basePath = "https://www.googleapis.com/drive/v3/"
|
||||
|
||||
// OAuth2 scopes used by this API.
|
||||
const (
|
||||
// View and manage the files in your Google Drive
|
||||
// See, edit, create, and delete all of your Google Drive files
|
||||
DriveScope = "https://www.googleapis.com/auth/drive"
|
||||
|
||||
// View and manage its own configuration data in your Google Drive
|
||||
@@ -66,7 +65,7 @@ const (
|
||||
// View the photos, videos and albums in your Google Photos
|
||||
DrivePhotosReadonlyScope = "https://www.googleapis.com/auth/drive.photos.readonly"
|
||||
|
||||
// View the files in your Google Drive
|
||||
// See and download all your Google Drive files
|
||||
DriveReadonlyScope = "https://www.googleapis.com/auth/drive.readonly"
|
||||
|
||||
// Modify your Google Apps Script scripts' behavior
|
||||
|
||||
Reference in New Issue
Block a user