Im completetly new using Google Cloud Platform and APIs so I don
t know how to fix this issue.
I`m trying to connect my Jupyter notebook with a google sheet so I can connect a dataset on Jupyter to Gsheet.
I made all the connections and didn`t get any error, for my last step I used the code below:
from df2gspread import df2gspread as d2g
wks_name = 'Jupyter Manipulated Data'
d2g.upload(df_apn1, wks_name, credentials=credentials, row_names=True)
and received this error :
HttpError: <HttpError 403 when requesting https://www.googleapis.com/drive/v3/files/root?fields=id&alt=json returned "Insufficient Permission: Request had insufficient authentication scopes.">
I havent found any solution here that could fix this and, as I said before, I don
t have experience with this so I really have no idea how to fix it.
I made sure that everything that was suppose to be enable is so this is not the issue.
Does anybody know how to fix this?
Thank you
question from:
https://stackoverflow.com/questions/65952999/connection-between-jupyter-notebook-and-gsheet-failed-httperror-403-error 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…