Jeśli operacja się uda, treść odpowiedzi będzie zawierała nowo utworzoną instancję ParentReference.
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 allows you to add a parent folder to a specified file using its `fileId`."],["The request requires a `ParentReference` in the body and may include optional query parameters like `supportsAllDrives`."],["Upon success, the response returns a newly created `ParentReference` object."],["Authorization is necessary using one of the provided OAuth scopes, some of which require a security assessment for app usage."]]],["This API endpoint uses a POST request to add a parent folder to a file specified by its `fileId` via a path parameter. The URL employs gRPC Transcoding. Optional query parameters, including `enforceSingleParent`, `supportsAllDrives`, and `supportsTeamDrives` allow modifications of the request. The request and response body both utilize the `ParentReference` instance. Authorization necessitates one of the listed OAuth scopes.\n"]]