Forum Discussion

akompelli's avatar
akompelli
New Contributor
7 years ago

Rest request with OAuth for Google Drive API

Hi SoapUI Champs,

 

I'm interested to connect to Google Drive API and receive json response. Wanted to know about the steps to setup OAuth and form the GET method so that I can get a json response from Google Drive API. Whatever be the operation(upload file to drive, search for a file, etc), But i'm just looking to get some valid json response from Google Drive API.

 

Request you to provide your valuable comments!

 

 

Thanks,

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Have you tried any? Does Google Drive API provides any swagger definition or wadl file?
    • akompelli's avatar
      akompelli
      New Contributor

      Thanks for your reply.

       

      I've created some dummy app from google developers console and created a key and got all the details required for establishing oAuth 2.0

       

      Your approach looks to be compact and good.