Why am I getting server replied forbidden from google drive rest api?
问题 My Goal: I am trying to connect my Qt desktop app with google drive. Right now my goal is simple i.e get list of all files from my drive (In JSON form) What I have done so far. I have followed this tutorial Connecting your Qt application with Google Services using OAuth 2.0 and created my own wrapper class for it. I have followed all the steps till grant() function is called. The scope is https://www.googleapis.com/auth/drive . Everything is working fine till now. I used the signal