You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The errors coming from PyCall are awful. I'm working on some improvements in another branch which I hope to finish within a week. I have seen one more problem along these lines and have not had a chance to look at it yet. It just started appearing in the last few days.
Can you confirm that you have gone through these steps in the readme?
To use:
Create a Google Sheets API token from either the python quick start reference or the developer's console.
Place the Google Sheets API credentials.json file in ~/.julia/google_sheets/.
Hi @chipkent
Thanks for this package.
I have the same issue, with similar stacktrace when calling sheets_client(AUTH_SCOPE_READONLY).
I went through the steps you mentioned.
Besides, the credentials_file function called within sheet_client returns .julia/config/google_sheets/credentials.json which is not the path you provide in your previous comment nor in the readme. Trying both locations didn't work.
Any help would be very appreciated.
client = sheets_client(AUTH_SCOPE_READONLY) produces
The text was updated successfully, but these errors were encountered: