Export using "apoc.export.csv.all" out of container in which neo4j installed

Hi,

We have deployed neo4j community addition in GKE. I want to take a backup of database daily in backup form as well as in csv form. I am using "apoc.export.csv.all" but it is downloading data within the same container where it is deployed, however, I want to download that data to another container and finally wants to upload in GCS bucket.

neo4j version: 3.3.0
API used: Python API for Neo4j query