Obsoleto: l'aggiunta di file a più cartelle non è più supportata. Usa invece il criterio shortcuts.
supportsAllDrives
boolean
Indica se l'applicazione richiedente supporta sia I miei Drive sia i Drive condivisi.
supportsTeamDrives (deprecated)
boolean
Obsoleto: utilizza supportsAllDrives.
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di ChildReference.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di ChildReference appena creata.
Ambiti di autorizzazione
Richiede uno dei seguenti ambiti 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
Alcuni ambiti sono limitati e richiedono una valutazione di sicurezza affinché l'app li utilizzi. Per ulteriori informazioni, consulta la Guida alle autorizzazioni.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]