In python, is it possible to edit a publicy shared google sheet, without an auth code?
问题 I have a google sheet which I set so that anyone can edit. I noticed that in the gspread package, you can get a spreadsheet from the link alone. Example: sht1 = gc.open_by_key('1wj9L7Hn779GKP0s4MblkU1wHcqaVcG_E2YKAo1vdof0') Since anyone can edit, providing an auth code for access is not necessary. However, it seems that you always need to initialize it using an auth code. Is there a way to edit a google sheet without any auth code? This may get confused as a duplicate of this post Using