Wycofane: dodawanie plików do wielu folderów nie jest już obsługiwane. Użyj w zamian zasady shortcuts.
supportsAllDrives
boolean
Określa, czy aplikacja żądająca obsługuje zarówno Mój dysk, jak i dyski współdzielone.
supportsTeamDrives (deprecated)
boolean
Wycofane: zamiast tego użyj elementu supportsAllDrives.
Treść żądania
Treść żądania zawiera wystąpienie elementu ChildReference.
Treść odpowiedzi
Jeśli operacja się uda, treść odpowiedzi będzie zawierała nowo utworzoną instancję ChildReference.
Zakresy autoryzacji
Wymaga jednego z tych zakresów 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
Niektóre zakresy są objęte ograniczeniami, a aplikacja może z nich korzystać dopiero po sprawdzeniu zabezpieczeń. Więcej informacji znajdziesz w przewodniku po autoryzacji.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],[]]