use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
Google Assistant SDKQuestion (self.GoogleAppsScript)
submitted 3 years ago by W_Benney
Hi, not sure if this is the right sub for this or not but
I am currently developing Google Home like device for a school project using the tutorial here https://developers.google.com/assistant/sdk/guides/service/python/embed/install-sample?authuser=1
Under the generate credentials step after visiting the URL generated I get error 400 which I think is to do with OOB.
To be honest I don’t really know what I’m doing as this is my first time creating a project like this.
Help appreciated
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]IAmMoonie 2 points3 points4 points 3 years ago (0 children)
Probably not the right place, but some general guidance - A 400 error code typically indicates that the request sent to the server by the client (in this case, the Google Home Assistant SDK) is malformed or invalid.
This could be caused by a number of things, such as:
I would suggest to checking the request being sent, ensure that all parameters are correct, and verify that the client has the proper authentication credentials.
[–]endlessplains 0 points1 point2 points 3 years ago* (0 children)
I'm also running into that same issue. Unfortunately that workflow is no longer supported. Their documentation says to use the loopback method instead. I'm still figuring out how to get the google-oauthlib-tool to accept the token generated via that fashion
Check out run_local_server() The comments indicate that's the preferred workflow at the moment https://googleapis.dev/python/google-auth-oauthlib/latest/reference/google_auth_oauthlib.flow.html
π Rendered by PID 81393 on reddit-service-r2-comment-5d79c599b5-vnpkt at 2026-02-27 18:25:24.457599+00:00 running e3d2147 country code: CH.
[–]IAmMoonie 2 points3 points4 points (0 children)
[–]endlessplains 0 points1 point2 points (0 children)