Closed migore closed 8 years ago
Hi @migore, you're missing the configs. I still haven't updated the README with them. You must insert into your config files (dev.exs or whatever environment you're using) the following config:
config :gcloudex,
project: "<project_id>"
config :goth,
json: "config/creds.json" |> Path.expand |> File.read!
config :logger,
level: :debug
The creds.json
file is the file you can download from your Google Cloud Platform console. It's a JSON file with all your credentials and access keys. Place it inside the config folder with the name 'creds.json' (or alter the config to the name you want).
Please keep in mind that this library is in its early stages and is under active development. Over the coming 2 or 3 months expect updates with Google Compute Engine and Datastore or Big Table (as well as test suites).
Works like a charm! Thanks!
Hey, when I try to use this library as a dependency it is failing to compile, I get the following message:
I tried with Elixir 1.2.3 and Erlang/OTP 18 [erts-7.3].