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
> mix google_apis.fetch
18:16:23.936 [info] FOUND: https://acceleratedmobilepageurl.googleapis.com/$discovery/rest?version=v1
18:16:24.091 [info] FOUND: https://www.googleapis.com/discovery/v1/apis/adexchangebuyer/v1.4/rest
18:16:24.279 [info] FOUND: https://adexchangebuyer.googleapis.com/$discovery/GOOGLE_REST_SIMPLE_URI?version=v2beta1
[clipped]
18:16:45.640 [info] FOUND: https://www.googleapis.com/discovery/v1/apis/calendar/v3/rest
** (MatchError) no match of right hand side value: {:error, "Error received status: 404 from discovery endpoint"}
lib/google_apis/discovery.ex:23: GoogleApis.Discovery.fetch/1
lib/google_apis.ex:54: GoogleApis.fetch/1
(elixir) lib/enum.ex:675: Enum."-each/2-lists^foreach/1-0-"/2
(elixir) lib/enum.ex:675: Enum.each/2
(mix) lib/mix/task.ex:301: Mix.Task.run_task/3
(mix) lib/mix/cli.ex:75: Mix.CLI.run_task/2
I don't think it's calendar, but the webstore api, that's missing. hitting this url confirms: https://www.googleapis.com/discovery/v1/apis/chromewebstore/v1.1/rest
when I run mix
google_apis.fetch, I get an error.I don't think it's calendar, but the webstore api, that's missing. hitting this url confirms:
https://www.googleapis.com/discovery/v1/apis/chromewebstore/v1.1/rest