REST Resource: revisions
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: Revision
Metadane wersji pliku.
Niektóre metody zasobów (np. revisions.update
) wymagają revisionId
. Aby pobrać identyfikator wersji, użyj metody revisions.list
.
Zapis JSON |
{
"exportLinks": {
string: string,
...
},
"id": string,
"mimeType": string,
"kind": string,
"published": boolean,
"keepForever": boolean,
"md5Checksum": string,
"modifiedTime": string,
"publishAuto": boolean,
"publishedOutsideDomain": boolean,
"publishedLink": string,
"size": string,
"originalFilename": string,
"lastModifyingUser": {
object (User )
}
} |
Pola |
exportLinks |
map (key: string, value: string)
Tylko dane wyjściowe. Linki do eksportowania plików Edytorów Dokumentów do określonych formatów. Obiekt zawierający listę par "key": value . Przykład: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
id |
string
Tylko dane wyjściowe. Identyfikator wersji.
|
mimeType |
string
Tylko dane wyjściowe. Typ MIME wersji.
|
kind |
string
Tylko dane wyjściowe. Określa rodzaj danego zasobu. Wartość: ustalony ciąg znaków "drive#revision" .
|
published |
boolean
Określa, czy ta wersja została opublikowana. Dotyczy to tylko plików Edytorów Dokumentów.
|
keepForever |
boolean
Określa, czy ta wersja ma być przechowywana na zawsze, nawet jeśli nie jest już wersją główną. Jeśli nie zostanie ustawiona, wersja zostanie automatycznie usunięta po 30 dniach od przesłania nowszych treści. Można to ustawić w przypadku maksymalnie 200 wersji pliku. To pole dotyczy tylko plików z zawartością binarną na Dysku.
|
md5Checksum |
string
Tylko dane wyjściowe. Suma kontrolna MD5 treści wersji. Dotyczy to tylko plików z zawartością binarną na Dysku.
|
modifiedTime |
string
Tylko dane wyjściowe. Ostatnia modyfikacja wersji (data i godzina w formacie RFC 3339).
|
publishAuto |
boolean
Określa, czy kolejne zmiany będą automatycznie publikowane ponownie. Dotyczy to tylko plików Edytorów Dokumentów.
|
publishedOutsideDomain |
boolean
Czy ta wersja jest opublikowana poza domeną. Dotyczy to tylko plików Edytorów Dokumentów.
|
publishedLink |
string
Tylko dane wyjściowe. Link do opublikowanej wersji. Wartość jest podawana tylko w przypadku plików Edytorów Dokumentów.
|
size |
string (int64 format)
Tylko dane wyjściowe. Rozmiar treści wersji w bajtach. Dotyczy to tylko plików z zawartością binarną na Dysku.
|
originalFilename |
string
Tylko dane wyjściowe. Oryginalna nazwa pliku użyta do utworzenia tej wersji. Dotyczy to tylko plików z zawartością binarną na Dysku.
|
lastModifyingUser |
object (User )
Tylko dane wyjściowe. Ostatni użytkownik, który zmodyfikował tę wersję. To pole jest wypełniane tylko wtedy, gdy ostatnia modyfikacja została przeprowadzona przez zalogowanego użytkownika.
|
Metody |
|
Trwale usuwa wersję pliku. |
|
Pobiera metadane lub treść wersji według identyfikatora. |
|
Wyświetla listę wersji pliku. |
|
Aktualizuje wersję za pomocą semantyki poprawki. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],null,["# REST Resource: revisions\n\n- [Resource: Revision](#Revision)\n - [JSON representation](#Revision.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Revision\n------------------\n\nThe metadata for a revision to a file.\n\nSome resource methods (such as `revisions.update`) require a `revisionId`. Use the `revisions.list` method to retrieve the ID for a revision.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"exportLinks\": { string: string, ... }, \"id\": string, \"mimeType\": string, \"kind\": string, \"published\": boolean, \"keepForever\": boolean, \"md5Checksum\": string, \"modifiedTime\": string, \"publishAuto\": boolean, \"publishedOutsideDomain\": boolean, \"publishedLink\": string, \"size\": string, \"originalFilename\": string, \"lastModifyingUser\": { object (/workspace/drive/api/reference/rest/v3/User) } } ``` |\n\n| Fields ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `exportLinks` | `map (key: string, value: string)` Output only. Links for exporting Docs Editors files to specific formats. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `id` | `string` Output only. The ID of the revision. |\n| `mimeType` | `string` Output only. The MIME type of the revision. |\n| `kind` | `string` Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#revision\"`. |\n| `published` | `boolean` Whether this revision is published. This is only applicable to Docs Editors files. |\n| `keepForever` | `boolean` Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive. |\n| `md5Checksum` | `string` Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive. |\n| `modifiedTime` | `string` Output only. The last time the revision was modified (RFC 3339 date-time). |\n| `publishAuto` | `boolean` Whether subsequent revisions will be automatically republished. This is only applicable to Docs Editors files. |\n| `publishedOutsideDomain` | `boolean` Whether this revision is published outside the domain. This is only applicable to Docs Editors files. |\n| `publishedLink` | `string` Output only. A link to the published revision. This is only populated for Docs Editors files. |\n| `size` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive. |\n| `originalFilename` | `string` Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive. |\n| `lastModifyingUser` | `object (`[User](/workspace/drive/api/reference/rest/v3/User)`)` Output only. The last user to modify this revision. This field is only populated when the last modification was performed by a signed-in user. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------|----------------------------------------------|\n| ### [delete](/workspace/drive/api/reference/rest/v3/revisions/delete) | Permanently deletes a file version. |\n| ### [get](/workspace/drive/api/reference/rest/v3/revisions/get) | Gets a revision's metadata or content by ID. |\n| ### [list](/workspace/drive/api/reference/rest/v3/revisions/list) | Lists a file's revisions. |\n| ### [update](/workspace/drive/api/reference/rest/v3/revisions/update) | Updates a revision with patch semantics. |"]]