Cloud Pak for Integration

Cloud Pak for Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Sample For connecting App Connect Integration Application to connect to Google Cloud Storage

  • 1.  Sample For connecting App Connect Integration Application to connect to Google Cloud Storage

    Posted Fri September 10, 2021 10:27 AM
    Hello IBM Team

    I have a requirement to create a Integration application on App Connect Toolkit to process a file and store it on Google Cloud. I could achieve this successfully using App connect designer. Now I want to do a same kind of implementation on App Connect toolkit (without designer). I see a Account Type configuration where I can provide the details to connect to Google Cloud. I am struck after that. Is there any sample that shows how to use the Account Type configuration in code and connect to Google cloud Storage system ?

    Any help highly appreciated!

    Thanks
    Preethi

    ------------------------------
    Preethi Ram
    ------------------------------


  • 2.  RE: Sample For connecting App Connect Integration Application to connect to Google Cloud Storage

    Posted Mon September 13, 2021 09:53 AM
    Hi Preethi, I hope you are doing well!

    App Connect Toolkit doesn't have a Google Drive connector, thus you would have to implement the OAuth logic (handle redirect, exchange auth code, maintain the access/refresh token, etc) to make it work.

    An alternative to this is to create a hybrid Designer/Toolkit flow. You would handle the connectivity with Google Drive using its connector in Designer and implement the rest of the flow in the Toolkit. Switch Server can be leveraged to make both flows talk with each other.

    Hope it helps!

    ------------------------------
    Bruno R Neves
    Integration Specialist
    IBM
    Tampa FL
    ------------------------------



  • 3.  RE: Sample For connecting App Connect Integration Application to connect to Google Cloud Storage

    Posted Tue September 14, 2021 08:59 AM
    Thank you Bruno for the details!

    ------------------------------
    Preethi Ram
    ------------------------------