[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-09-04 UTC."],[[["Retrieves a specific property of a file using its `fileId` and `propertyKey`."],["Requires an empty request body and returns a `Property` object if successful."],["Utilizes an HTTP `GET` request to the specified URL with gRPC Transcoding syntax."],["Needs authorization with one of the listed OAuth scopes, including `drive`, `drive.file`, or `drive.metadata`."],["Allows optional filtering by property `visibility` using query parameters."]]],["This outlines how to retrieve a property by its key using a GET request to the specified URL. The request requires a `fileId` and `propertyKey` as path parameters, and an optional `visibility` query parameter. The request body must be empty. A successful response returns a Property instance. This operation requires one of several specified OAuth authorization scopes, some of which have security restrictions.\n"]]