With the Google Sheets API, I can get the data from the table with the get method, but the append method gives an error

前端 未结 0 815
春和景丽
春和景丽 2021-01-30 16:22
from googleapiclient.discovery import build
from google.oauth2 import service_account
SCOPES = [\'https://www.googleapis.com/auth/spreadsheets\']
SERVICE_ACCOUNT_FILE =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题