0

I want to upload images to google-drive.I came across kqoauth which provides example for twitter.Can it be used for google drive and how?

saurabh
  • 110
  • 3
  • 12

1 Answers1

2

kQAuth implements OAuth 1.0, Google deprecated OAuth 1.0 and switched to OAuth 2.0. So, you can't use kQAuth to authorize and authenticate.

Burcu Dogan
  • 9,153
  • 4
  • 34
  • 34