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:
8
vendor/google.golang.org/api/drive/v3/drive-api.json
generated
vendored
8
vendor/google.golang.org/api/drive/v3/drive-api.json
generated
vendored
@@ -3,7 +3,7 @@
|
||||
"oauth2": {
|
||||
"scopes": {
|
||||
"https://www.googleapis.com/auth/drive": {
|
||||
"description": "View and manage the files in your Google Drive"
|
||||
"description": "See, edit, create, and delete all of your Google Drive files"
|
||||
},
|
||||
"https://www.googleapis.com/auth/drive.appdata": {
|
||||
"description": "View and manage its own configuration data in your Google Drive"
|
||||
@@ -21,7 +21,7 @@
|
||||
"description": "View the photos, videos and albums in your Google Photos"
|
||||
},
|
||||
"https://www.googleapis.com/auth/drive.readonly": {
|
||||
"description": "View the files in your Google Drive"
|
||||
"description": "See and download all your Google Drive files"
|
||||
},
|
||||
"https://www.googleapis.com/auth/drive.scripts": {
|
||||
"description": "Modify your Google Apps Script scripts' behavior"
|
||||
@@ -35,7 +35,7 @@
|
||||
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
|
||||
"discoveryVersion": "v1",
|
||||
"documentationLink": "https://developers.google.com/drive/",
|
||||
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/79RB5EuEpU35909wc6O7vR4Degc\"",
|
||||
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/ESklhHtjidCDMugyP9gJKRCO-YM\"",
|
||||
"icons": {
|
||||
"x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png",
|
||||
"x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png"
|
||||
@@ -1770,7 +1770,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180830",
|
||||
"revision": "20181025",
|
||||
"rootUrl": "https://www.googleapis.com/",
|
||||
"schemas": {
|
||||
"About": {
|
||||
|
||||
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