使用python将数据上载到google sheet时发生API错误

2024-09-30 01:20:56 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在使用df2gpreadpython包来更新我的google表。我得到一个API错误。请帮我解决这个问题

from df2gspread import df2gspread as d2g spreadsheet_ID = '******' wks_name = "Raw: Data" d2g.upload(df, spreadsheet_ID, wks_name,clean=True,row_names=False)

enter image description here


Tags: namefromimportapiiddatarawas

热门问题