Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

google api does not work when i convert python to .exe

Havoc96 answered on June 6, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


google api does not work when i convert python to .exe

0

If you are receiving this information message via the logs:

"googleapiclient.discovery_cache INFO file_cache is only supported with oauth2client<4.0.0"

Then you need to add the "static_discovery=False" option to your API build method.



This is an info message & it does not interfere with the execution while the code is in Python form. But if you convert to .exe; for some reason it prevents the method from execution.

Popularity 1/10 Helpfulness 1/10 Language python
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Jun 06 2023
Havoc96
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.