This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Using google sheets API #722
Unanswered
Arshkamran1
asked this question in
Help
Replies: 1 comment 5 replies
-
|
As per the docs here:
But when tried to install Google API Client it installed successfully. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Why doesn't deta install the google api's. I created a program in python that converts a google sheet to a data frame, and then emails the last added row. However although it works locally, on the server I get these issues. Traceback (most recent call last):
File "/opt/python/detalib/debugger.py", line 142, in wrap
result = func(event, context)
File "/var/task/_entry.py", line 12, in handler
import main # noqa
File "/var/task/main.py", line 1, in
from googleapiclient.discovery import build
ModuleNotFoundError: No module named 'googleapiclient', Someone plz help me
Beta Was this translation helpful? Give feedback.
All reactions