Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Aby użyć interfejsu Data Transfer API, musisz zdefiniować transfer i zainicjować go przy użyciu metody insert. Przenoszenie jest zdefiniowane w odniesieniu do co najmniej 1 aplikacji, której dane zostaną przeniesione, i może zawierać parametry specyficzne dla aplikacji.
Oto ogólne podsumowanie procesu przenoszenia:
Określ aplikacje, dla których chcesz przenieść dane.
Określ zasób DataTransfer określający użytkowników źródłowych i docelowych oraz aplikacje, do których chcesz przenieść dane.
Na przykład ta treść żądania JSON przenosi kalendarz z użytkownika źródłowego (SOURCE_USER_ID) do użytkownika docelowego (DESTINATION_USER_ID). Aby pobrać identyfikatory użytkowników poszczególnych właścicieli, wywołaj metodę user.get() interfejsu Directory API i podaj jego adres e-mail lub alias e-mail.
[[["Ł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: 2023-09-14 UTC."],[[["The Data Transfer API allows you to transfer data between users for specific applications, such as calendars, by defining a transfer and initiating it with the `insert` method."],["You need to define a `DataTransfer` resource which identifies the source and destination users, along with the applications and their parameters for data transfer."],["The process involves determining the applications, defining the transfer resource, and initiating the transfer using the `insert()` method."],["You can use the Data Transfer API to list available applications, retrieve application details, and manage transfer requests by listing or getting them based on user or status."]]],[]]