最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - Why does my Google Service Account not see files shared with it, but can see files created with it? - Stack Overflow

programmeradmin2浏览0评论

I am using the Python Client to amend a Google Sheet shared to a Google Service Account.

Everything works as expected when using a Sheet that is created by the Service Account, but returns a Requested entity was not found error when accessing a Google Sheet that is owned by someone else but shared with the service account.

I have tried with all combinations of these definitions:

  • Personal Google account (i.e. @gmail)
  • Workspace Google account
  • Service Account with "shared outside domain set" with Drive and Sheets APIs enabled
  • "Stock" Service account with Drive and Sheets APIs enabled
  • Shared the containing folder of the Sheet
  • Shared just the Sheet itself

Can anyone point to what I could be doing wrong that would mean that the client can find a sheet that it creates, but not one that is shared with it?

I am using the Python Client to amend a Google Sheet shared to a Google Service Account.

Everything works as expected when using a Sheet that is created by the Service Account, but returns a Requested entity was not found error when accessing a Google Sheet that is owned by someone else but shared with the service account.

I have tried with all combinations of these definitions:

  • Personal Google account (i.e. @gmail)
  • Workspace Google account
  • Service Account with "shared outside domain set" with Drive and Sheets APIs enabled
  • "Stock" Service account with Drive and Sheets APIs enabled
  • Shared the containing folder of the Sheet
  • Shared just the Sheet itself

Can anyone point to what I could be doing wrong that would mean that the client can find a sheet that it creates, but not one that is shared with it?

Share Improve this question edited Nov 20, 2024 at 14:17 TheMaster 51.1k7 gold badges71 silver badges99 bronze badges asked Nov 19, 2024 at 14:44 Jason DilworthJason Dilworth 459 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

Can anyone point to what I could be doing wrong that would mean that the client can find a sheet that it creates, but not one that is shared with it?

There is a scope in Google drive, which is characteristic of your description:

https://www.googleapis/auth/drive.file
See, edit, create, and delete only the specific Google Drive files you use with this app

If you're using that scope, change to a more permissive scope like

https://www.googleapis/auth/drive

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论