stiak commented on PR #31885:
URL: https://github.com/apache/airflow/pull/31885#issuecomment-1590436213

   I've added an example for  "Copy into an existing folder".  I ended up using 
this pattern for the folder id:
   ```python
   FOLDER_ID = os.environ.get("GCP_GDRIVE_FOLDER_ID", "abcd1234")
   ```
   I found this example in 
`tests/providers/google/cloud/transfers/test_gdrive_to_gcs.py`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to