REST Resource: changes

Recurso: Change

Representação de uma alteração em um arquivo ou drive compartilhado.

Representação JSON
{
  "id": string,
  "deleted": boolean,
  "file": {
    object (File)
  },
  "fileId": string,
  "modificationDate": string,
  "kind": string,
  "type": string,
  "teamDriveId": string,
  "teamDrive": {
    object (TeamDrive)
  },
  "changeType": string,
  "selfLink": string,
  "driveId": string,
  "drive": {
    object (Drive)
  }
}
Campos
id

string (int64 format)

O ID da alteração.

deleted

boolean

Se o arquivo ou drive compartilhado foi removido da lista de mudanças, por exemplo, por exclusão ou perda de acesso.

file

object (File)

O estado atualizado do arquivo. Presente se o tipo for "file" e o arquivo não tiver sido removido da lista de mudanças.

fileId

string

O ID do arquivo associado a essa alteração.

modificationDate

string

A hora da modificação.

kind

string

É sempre drive#change.

type
(deprecated)

string

Obsoleto: use changeType.

teamDriveId
(deprecated)

string

Obsoleto: use driveId.

teamDrive
(deprecated)

object (TeamDrive)

Obsoleto: use drive.

changeType

string

O tipo de alteração. Os valores possíveis são file e drive.

driveId

string

O ID do drive compartilhado associado a esta alteração.

drive

object (Drive)

O estado atualizado do drive compartilhado. Presente se o changeType for drive, o usuário ainda for participante do drive compartilhado e ele não tiver sido excluído.

Métodos

get

Obsoleto: use changes.getStartPageToken e changes.list para recuperar mudanças recentes.

getStartPageToken

Recebe o pageToken inicial para listar alterações futuras.

list

Lista as alterações de um usuário ou drive compartilhado.

watch

Inscrever-se nas alterações de um usuário.