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
Description:
I Did everything as the readme file instructed. I followed the process of "Python Quickstart" from ([https://developers.google.com/drive/api/quickstart/python]) and everything works fine now. But whenever I try to run uds.py it says it cannot find any module named googleapiclient
Note: I performed the Drive API test on the same folder where I downloaded all the UDS files. Moreover, the port number was changing every time I launched the script. So in line 32 of quickstart.py, I changed port=0 to port=15033. Then it worked nicely.
Traceback (most recent call last):
File "C:\Users\s\Downloads\Compressed\uds-master\uds.py", line 14, in <module>
from googleapiclient.http import MediaIoBaseDownload
ModuleNotFoundError: No module named 'googleapiclient'
The text was updated successfully, but these errors were encountered:
System Information:
Description:
I Did everything as the readme file instructed. I followed the process of "Python Quickstart" from ([https://developers.google.com/drive/api/quickstart/python]) and everything works fine now. But whenever I try to run
uds.py
it says it cannot find any module namedgoogleapiclient
Note: I performed the Drive API test on the same folder where I downloaded all the UDS files. Moreover, the port number was changing every time I launched the script. So in line 32 of quickstart.py, I changed port=0 to port=15033. Then it worked nicely.
Steps to reproduce the behavior:
Error Message:
The text was updated successfully, but these errors were encountered: