Reputation: 48
I am trying to run the sample code Android Nest SDK, but I have the error:
An error occurred : An error occurred while fetching client info
I think that the problem is to insert the NestClientID
and the NestClientSecret
, but I can't find where I can get them.
Upvotes: 1
Views: 115
Reputation: 48
I find the answer, I just change in Constants.java
"<get Clientid from nest web site>"
"<get CLIENT SECRET from nest web site>"
REDIRECT URL
to "http://localhost/"
URL REDIRECT
from the Nest website "Edit Product"Upvotes: 0
Reputation: 63
Upvotes: 0