I am looking to transfer data from one bucket to another bucket in 2 different google cloud account. Is it possible to transfer data from one GCP Account to another GCP Account? If yes, what are the steps for that ?
Also let me know, What are the charges will applied to both GCP accounts ?
Depending on the volume of data you want to transfer, you can use either
gsutil
or the Storage Transfer Service. I'd use the latter if are moving more than, say, 1 TB of data.If the source and destination are in the same location and storage class it will be a fast (metadata-only) operation; otherwise it will require byte copying. Either way, note that you are copying, not "transferring" the data (so, you'll need to delete the original data after the copies complete, if that's what you want done).
Pricing is covered at https://cloud.google.com/storage/pricing.