How do you access Google service using a java client?

前端 未结 2 1727
刺人心
刺人心 2020-12-06 21:38

I am developing a java application which is registered on Google Apps Engine (GAE) with the name \"searcegadget2\". I have implemented 3-legged OAut

相关标签:
2条回答
  • 2020-12-06 21:47

    Finally found,

    Google Service has dependency on : guava as it is mentioned here.

    0 讨论(0)
  • 2020-12-06 22:00

    here is an example that should help you.

    I think you forgot to add some parameters like the scope.

    0 讨论(0)
提交回复
热议问题