Skip to main content
added 38 characters in body
Source Link
Harshank Bansal
  • 3.4k
  • 2
  • 10
  • 29

You need to start the OAuth dance fi4stfirst, to get the access token. As per your configurationYou can start it by hitting the Authorize path that you will need to hit thishave configured in your browser

app, which in your case is http://localhost:8081/authorize

After that you will be redirected to Google sign in page. If the Google oauth credentials are configured correctly the mule app will get the access token and use it for the future requests.

You need to start the OAuth dance fi4st, to get the access token. As per your configuration you will need to hit this in your browser

http://localhost:8081/authorize

After that you will be redirected to Google sign in page. If the Google oauth credentials are configured correctly the mule app will get the access token and use it for the future requests.

You need to start the OAuth dance first, to get the access token. You can start it by hitting the Authorize path that you have configured in your app, which in your case is http://localhost:8081/authorize

After that you will be redirected to Google sign in page. If the Google oauth credentials are configured correctly the mule app will get the access token and use it for the future requests.

Source Link
Harshank Bansal
  • 3.4k
  • 2
  • 10
  • 29

You need to start the OAuth dance fi4st, to get the access token. As per your configuration you will need to hit this in your browser

http://localhost:8081/authorize

After that you will be redirected to Google sign in page. If the Google oauth credentials are configured correctly the mule app will get the access token and use it for the future requests.