Google Sheets API: The caller does not have permission

前端 未结 2 967
小蘑菇
小蘑菇 2020-12-24 03:57

I\'m trying to read the document from the cron:

https://sheets.googleapis.com/v4/spreadsheets/?key=

My document i

2条回答
  •  天命终不由人
    2020-12-24 04:16

    As @thinktwice said it is suggested to turn on the Anyone with the link option in the sheet.

    I was using python and this created_spreadsheet.share('', role='reader', type='anyone') worked for me.

提交回复
热议问题