apache / airavata-mft

Apache Airavata Managed File Transfer Services
https://airavata.apache.org
Apache License 2.0
32 stars 39 forks source link

Provide Google Drive endpoint configuration through CLI #77

Open DImuthuUpe opened 1 year ago

DImuthuUpe commented 1 year ago

This is similar to the issue https://github.com/apache/airavata-mft/issues/74 but the implementation should be done for google drive transport

chris7716 commented 2 weeks ago

Hi @DImuthuUpe I have started looking into this one. But I have few questions:

  1. Is this about creating folders in the google drive using mft CLI?
  2. I do not see any modules in python-sdk/src/airavata_mft_sdk for google drive related things. Do we need to add a module there for google drive?

Thanks!