Assigned
Status Update
Comments
jp...@google.com <jp...@google.com> #2
Generated Metadata
- Summary: The Google Transfer API is failing to transfer Google Calendar data regardless of the parameters provided. The user is able to transfer the calendar successfully via the administrator console.
- Tags:
Additional resources:
https://stackoverflow.com/.../cannot-authorize-google-data-transfer-api-in-a... https://developers.google.com/admin-sdk/data-transfer/v1/limits https://stackoverflow.com/.../google-api-data-tranfer-insert-google-drive-sa...
You can
bl...@google.com <bl...@google.com> #3
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191635.
yu...@shopee.com <yu...@shopee.com> #4
It's very urgent. Can you me take a look?
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
When using the Google transfer api to transfer Google calendar, no matter what parameters are filled in, it will fail. But the Google calendar can be transferred successfully in the administrator console. latest parameters insertTemp, insertErr := service.Transfers.Insert(&transfer.DataTransfer{ NewOwnerUserId: "110480636322760989723", OldOwnerUserId: "104805685226655613357", ApplicationDataTransfers: []transfer.ApplicationDataTransfer{ &transfer.ApplicationDataTransfer{ ApplicationId: 55656082996, ApplicationTransferParams: []transfer.ApplicationTransferParam{ &transfer.ApplicationTransferParam{ Key: "PRIVACY_LEVEL", Value: []string{"shared"}, }, }, }, &transfer.ApplicationDataTransfer{ ApplicationId: 435070579839, ApplicationTransferParams: []transfer.ApplicationTransferParam{ &transfer.ApplicationTransferParam{ / Key: "RELEASE_RESOURCES", Value: []string{"TRUE"},/ }, }, }, &transfer.ApplicationDataTransfer{ ApplicationId: 810260081642, ApplicationTransferParams: []transfer.ApplicationTransferParam{ &transfer.ApplicationTransferParam{ / Key: "RELEASE_RESOURCES", Value: []string{"TRUE"},/ }, }, }, }, }).Do()
Code
Output
Steps