Transfer parameters
This page includes information about the transfer parameters
available for applications that support data transfer. This
list might not be up to date, and you can dynamically fetch the list of
parameters by calling
Applications.list
.
Google Calendar (Application ID: 435070579839) |
RELEASE_RESOURCES |
Possible values:
TRUE - Release resources for future events.
You can only transfer events that are in the future, non-private,
include at least one guest or resource, and are in the source user's
primary calendar. If all of these conditions aren't met, an empty
secondary calendar will be created for the destination user. If this
field isn't specified in the request, resources are not released.
|
Currents Pages (Application ID: 553547912911) |
No parameters supported. |
Google Docs and Google Drive (Application ID: 55656082996) |
PRIVACY_LEVEL |
The privacy level of the files to transfer. Possible values:
PRIVATE - Files that aren't shared with anyone.
SHARED - Files shared with at least one other user.
If not specified in the request, this parameter defaults to
SHARED . To transfer all files, specify both
PRIVATE and SHARED in the request.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-19 UTC.
[null,null,["Last updated 2024-12-19 UTC."],[[["This page provides a potentially outdated list of transfer parameters for applications that support data transfer."],["You can get the most up-to-date list of parameters using the `Applications.list` API call."],["For Google Calendar, you can control resource release for future events and specify the privacy level of files to transfer."]]],["Data transfer applications utilize transfer parameters, which can be dynamically fetched via `Applications.list`. Google Calendar (ID: 435070579839) supports `RELEASE_RESOURCES`, enabling future event resource release if set to `TRUE`; otherwise, resources are not released. If conditions for resource release aren't met, an empty calendar is created. Another parameter is `PRIVACY_LEVEL`, controlling which files are transfered based on if they are shared or not. It defaults to `SHARED` but can be specified to `PRIVATE` to have only non shared files to be transfered or both to transfer everything.\n"]]