Obsoleto: não é mais possível adicionar arquivos a várias pastas. Use shortcuts
supportsAllDrives
boolean
Se o aplicativo que fez a solicitação é compatível com o Meu Drive e os drives compartilhados.
supportsTeamDrives (deprecated)
boolean
Obsoleto: use supportsAllDrives.
Corpo da solicitação
O corpo da solicitação contém uma instância de ChildReference.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta incluirá uma instância de ChildReference.
Escopos de autorização
Requer um dos seguintes escopos de OAuth:
https://www.googleapis.com/auth/docs
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/drive.file
Alguns escopos são restritos e exigem uma avaliação de segurança para que sejam usados pelo app. Para mais informações, consulte o Guia de autorização.
[[["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-03 UTC."],[[["This endpoint inserts a file into a specified folder using an HTTP POST request to `https://www.googleapis.com/drive/v2/files/{folderId}/children`."],["The request body must contain a ChildReference object defining the file to be inserted."],["Upon successful execution, the response body returns a ChildReference object representing the newly created file association within the folder."],["Authorization requires specific OAuth scopes, including `https://www.googleapis.com/auth/drive` or others, some of which may have restricted access."],["Path and query parameters allow for customization, such as specifying the target folder ID and supporting shared drives."]]],[]]