Trouble with Google Apps API and Service Accounts in Ruby

后端 未结 3 570
野性不改
野性不改 2021-01-14 07:44

I\'m having some trouble getting the sample code for instantiating a Drive Service Account working. I\'ve set up the service account in the API console as directed and inclu

3条回答
  •  悲哀的现实
    2021-01-14 07:57

    I have worked with service account+Drive+file permissions using Java. In order to use permissions for a particular user, I had to allow certain scope. The only thing I can guess about your issue is that you might have missed the Delegation part

提交回复
热议问题