I took the example code for server side (b4j) and integrated in my homemanagement. Running the b4j code on the laptop it works: i can send a notification to the app on my phone. But the same code running on the rasberry gives this message from google:
So next i filled the requested Credentials and got a ClientID for a device. But where should i store this in the example code? The projectID and the API key are there (and working as the program runs on my laptop). But how to proceed to get this working server side running on a raspberry Pi?
Someone solved this problem?