File content, represented as a stream of bytes. Note: As with all bytes fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
Currently, this field only works for files.annotate requests. It does not work for files.asyncBatchAnnotate requests.
A base64-encoded string.
mimeType
string
The type of the file. Currently only "application/pdf", "image/tiff" and "image/gif" are supported. Wildcards are not supported.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-10-21 UTC."],[[["The `content` field represents the file's content as a stream of bytes, encoded in base64 for JSON representation."],["The `mimeType` field specifies the file type, with only \"application/pdf\", \"image/tiff\", and \"image/gif\" currently supported."],["The `content` field is only applicable for `files.annotate` requests and does not work for `files.asyncBatchAnnotate` requests."],["The `content` field requires a string in base64-encoded format, with a binary representation for protocol buffers."]]],[]]