provider files POST /files/{fileId}/watch
@utdk/google/drive /files/{fileId}/watch
files.watch
Subscribes to changes to a file.
$.xgafv query
V1 error format.
enum: 1, 2
access_token query
OAuth access token.
string
alt query
Data format for response.
enum: json, media, proto
callback query
JSONP
string
fields query
Selector specifying which fields to include in a partial response.
string
key query
API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
string
oauth_token query
OAuth 2.0 token for the current user.
string
prettyPrint query
Returns response with indentations and line breaks.
boolean
quotaUser query
Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
string
upload_protocol query
Upload protocol for media (e.g. "raw", "multipart").
string
uploadType query
Legacy upload protocol for media (e.g. "media", "multipart").
string
fileId path required
The ID of the file.
string
acknowledgeAbuse query
Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.
boolean
includeLabels query
A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.
string
includePermissionsForView query
Specifies which additional view's permissions to include in the response. Only 'published' is supported.
string
supportsAllDrives query
Whether the requesting application supports both My Drives and shared drives.
boolean
supportsTeamDrives query
Deprecated: Use `supportsAllDrives` instead.
boolean

Try it

Authentication
Configure credentials for Google Drive API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

filesWatch
POST/files/{fileId}/watch
Subscribes to changes to a file.

Parameters

required

The ID of the file.

V1 error format.

OAuth access token.

Data format for response.

JSONP

Selector specifying which fields to include in a partial response.

API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

OAuth 2.0 token for the current user.

Returns response with indentations and line breaks.

Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.

Upload protocol for media (e.g. "raw", "multipart").

Legacy upload protocol for media (e.g. "media", "multipart").

Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media.

A comma-separated list of IDs of labels to include in the `labelInfo` part of the response.

Specifies which additional view's permissions to include in the response. Only 'published' is supported.

Whether the requesting application supports both My Drives and shared drives.

Deprecated: Use `supportsAllDrives` instead.

Input

The address where notifications are delivered for this channel.

Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.

A UUID or similar unique string that identifies this channel.

Identifies this as a notification channel used to watch for changes to a resource, which is `api#channel`.

Additional parameters controlling delivery channel behavior. Optional.

A Boolean value to indicate whether payload is wanted. Optional.

An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.

A version-specific identifier for the watched resource.

An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.

The type of delivery mechanism used for this channel. Valid values are "web_hook" or "webhook".

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_drive from '@utdk/google/drive';

await google_drive.filesWatch({
  "kind": "api#channel"
})