Install this library in avirtualenvusing pip.virtualenvis a tool to
create isolated Python environments. The basic problem it addresses is one of
dependencies and versions, and indirectly permissions.
Withvirtualenv, it’s possible to install this library without needing system
install permissions, and without clashing with the installed system
dependencies.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-05 UTC."],[],[],null,["Version 0.1.0keyboard_arrow_down\n\n- [1.17.0 (latest)](/python/docs/reference/storagetransfer/latest)\n- [1.16.0](/python/docs/reference/storagetransfer/1.16.0)\n- [1.15.0](/python/docs/reference/storagetransfer/1.15.0)\n- [1.14.0](/python/docs/reference/storagetransfer/1.14.0)\n- [1.13.1](/python/docs/reference/storagetransfer/1.13.1)\n- [1.12.0](/python/docs/reference/storagetransfer/1.12.0)\n- [1.11.5](/python/docs/reference/storagetransfer/1.11.5)\n- [1.10.0](/python/docs/reference/storagetransfer/1.10.0)\n- [1.9.2](/python/docs/reference/storagetransfer/1.9.2)\n- [1.8.1](/python/docs/reference/storagetransfer/1.8.1)\n- [1.7.1](/python/docs/reference/storagetransfer/1.7.1)\n- [1.6.0](/python/docs/reference/storagetransfer/1.6.0)\n- [1.5.2](/python/docs/reference/storagetransfer/1.5.2)\n- [1.4.1](/python/docs/reference/storagetransfer/1.4.1)\n- [1.3.1](/python/docs/reference/storagetransfer/1.3.1)\n- [1.2.1](/python/docs/reference/storagetransfer/1.2.1)\n- [1.1.1](/python/docs/reference/storagetransfer/1.1.1)\n- [1.0.2](/python/docs/reference/storagetransfer/1.0.2)\n- [0.1.0](/python/docs/reference/storagetransfer/0.1.0) \n\nPython Client for Cloud Storage Transfer API\n\n[](https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability) [](https://pypi.org/project/google-cloud-storage-transfer/) [](https://pypi.org/project/google-cloud-storage-transfer/)\n\n[Storage Transfer Service](https://cloud.google.com/storage-transfer) is a product that enables you to:\n\n- Move or backup data to a Cloud Storage bucket either from other cloud storage providers or from your on-premises storage.\n- Move data from one Cloud Storage bucket to another, so that it is available to different groups of users or applications.\n- Periodically move data as part of a data processing pipeline or analytical workflow.\n\n- [Client Library Documentation](https://googleapis.dev/python/storagetransfer/latest)\n\n- [Product Documentation](https://cloud.google.com/storage-transfer/docs)\n\nQuick Start\n\nIn order to use this library, you first need to go through the following steps:\n\n1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)\n\n2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)\n\n3. [Enable the Storage Transfer API.](https://cloud.google.com/storage-transfer/docs/how-to)\n\n4. [Setup Authentication.](https://googleapis.dev/python/google-api-core/latest/auth.html)\n\nInstallation\n\nInstall this library in a [virtualenv](https://virtualenv.pypa.io/en/latest/) using pip. [virtualenv](https://virtualenv.pypa.io/en/latest/) is a tool to\ncreate isolated Python environments. The basic problem it addresses is one of\ndependencies and versions, and indirectly permissions.\n\nWith [virtualenv](https://virtualenv.pypa.io/en/latest/), it's possible to install this library without needing system\ninstall permissions, and without clashing with the installed system\ndependencies.\n\nMac/Linux \n\n pip install virtualenv\n virtualenv \u003cyour-env\u003e\n source \u003cyour-env\u003e/bin/activate\n \u003cyour-env\u003e/bin/pip install google-cloud-storage-transfer\n\nWindows \n\n pip install virtualenv\n virtualenv \u003cyour-env\u003e\n \u003cyour-env\u003e\\Scripts\\activate\n \u003cyour-env\u003e\\Scripts\\pip.exe install google-cloud-storage-transfer\n\nNext Steps\n\n- Read the [Client Library Documentation](https://googleapis.dev/python/storagetransfer/latest) for Storage Transfer Service\n to see other available methods on the client.\n\n- Read the [Storage Transfer Service Product documentation](https://cloud.google.com/storage-transfer/docs) to learn\n more about the product and see How-to Guides.\n\n- View this [README](https://github.com/googleapis/google-cloud-python/blob/master/README.rst) to see the full list of Cloud\n APIs that we cover."]]