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

   @stiak @potiuk I'm trying to move a folder(with multiple files) from a GCS 
bucket into a Google Drive (Which was created by our sales team) and I'm using 
this operator GCSToGoogleDriveOperator.
   
   However, The task is running fine but the files are not moving to this 
google drive. 
   
   below is my task:
       move_files_to_gdrive = GCSToGoogleDriveOperator(
           task_id='move_files_to_gdrive',
           source_bucket=GCS_BUCKET,
           source_object= "incoming//DHR_*",
           destination_object = "10Mvw28ImBuDVXaU4vcjqwMK3gSIDLUwww"
           )
   
   10Mvw28ImBuDVXaU4vcjqwMK3gSIDLUwww --> it the Google Drive Folder id
   
   
   


-- 
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