Can someone explain me please how to explain me how to transfer a file from a workflow when it runs to a Google Drive folder via a file transfer or a web download activity ?
We cannot use the Google drive as a SFTP location so the normal filer transfer activity will not work. You will have to first use the file extraction activity to create a file on your server.
Then you will have to use the Google Drive API to push the file dynamically by writing the javascript code. You can refer to the details documentation here on how to use the Google Drive API
We cannot use the Google drive as a SFTP location so the normal filer transfer activity will not work. You will have to first use the file extraction activity to create a file on your server.
Then you will have to use the Google Drive API to push the file dynamically by writing the javascript code. You can refer to the details documentation here on how to use the Google Drive API