daniele-salvagni / aws-sdk-esp8266

📜 A detached fork of aws-sdk-arduino adding support for the ESP8266 module.
Apache License 2.0
34 stars 13 forks source link

Security Token Issue #1

Closed stephenmueller closed 8 years ago

stephenmueller commented 8 years ago

Seeing an error when running the example code. I'm pretty confident I'm using the correct key and password so I'm not sure what's going on.

ERROR: Invalid request: The security token included in the request is invalid.

Any guidance on this would be a big help.

Thanks, Steve

stephenmueller commented 8 years ago

Figured out the problem. I had created new keys.cpp and keys.h files but these files already existed in another library I had. Deleted the old key files and everything is working.

Thanks for the great SDK and example!