Eric Shelley

Results 6 comments of Eric Shelley

@Erowlin what permissions do you have in the Google developer console (https://console.developers.google.com) for the Google Translate API? I think my account required a credit card on file before it would...

@Fabricio20 I'm trying to do the same locally. Seems like the minimum required environment variables are `APP_HOST`, `APP_KEY` and your `database credentials`. Here is an example of what I did...

@fhunleth I am generated certificates using the *One-click certificate creation*. I tried using the Amazon Root CA1 certificate like you recommended above without luck. ```elixir rootca1_der = "/srv/erlang/lib/network_led-0.1.0/priv/AmazonRootCA1.pem" |> File.read!()...

@jjcarstens I tested my certificates using the ruby `mqtt` gem just to be sure my one-click certificates were active and had the appropriate permissions. The following ruby code worked for...

@jjcarstens the process for creating a one-click certificate is as follows: * Request a `One-click certificate` * Attach an IoT Policy to the certificate * Activate the certificate Here is...