jason79
jason79
I have some simple code I'm trying out in Google cloud functions using your API. It's telling me "Read-only file system". Can the code be modified to run in Google...
http://localhost:8080/code?error=invalid_scope&error_description=Your+application+has+not+been+authorized+for+the+scope+%22rw_nus%22#! it is the same error when I do step one after executing http_api.py... and going to http:/localhost:8080
in gmail contacts, a person can have more than one email, some of my contacts have 3 emails, but they are the same person. How do I filter by all...
import tts.sapi directory= 'D:\\Google Drive\\python\\' voice = tts.sapi.Sapi() voice.set_voice("IVONA 2 Joey") voice.create_recording(directory+'hello.wav', "Hello") I can write to this directory with other python scripts, but not sure why I can't do...
running example: var request = require('sync-request'); var res = request('GET', 'http://example.com'); console.log(res.getBody()); Getting this error: Uncaught Error Error: connect ECONNREFUSED 127.0.0.1:49792 at __node_internal_captureLargerStackTrace (internal/errors:563:5) at __node_internal_exceptionWithHostPort (internal/errors:738:12) at afterConnect (net:1595:16)...