com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden

后端 未结 7 1713
隐瞒了意图╮
隐瞒了意图╮ 2020-12-14 23:45

I am trying to upload a text file to my Google Drive account. No matter what, I always encounter an com.google.api.client.googleapis.json.GoogleJsonResponseException:

7条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-15 00:11

    I just had this problem and it is likely that you have created the credential file using a scope that does not allow inserting a file. Remove the credential file and re-run.

提交回复
热议问题