API Connector : Admin SDK Google

Hello everyone,

I’m trying to set up the api connector to be able to connect the Directory SDK Admin from Google so that i can create a google user account programatically. The problem is that I need to provide a JWT to configure API connector, the problem is that it doesn’t work : I’ve got an error. I think I provided all that the API connector is asking. 24
I really don’t know how to solve it, if you have any idea, I will appreciate some help :slight_smile:

Thanks a lot
Jonathan

Hello,

Any help, please ?

Thanks

1 Like

I have this same issue, getting error:

error:0906D06C:PEM routines:PEM_read_bio:no start line

Hi - did any of you manage to get this to work?

I manage to get my key to be accepted, the trouble I am getting is that for any subsequent API calls you need to append the token which is returned from google services - i just need to know how to get access to it once it is returned.

If you are encountering the error:0906D06C:PEM routines:PEM_read_bio:no start line, it is very likely because your private key is not properly formatted. If you simply open up the json file you get from console, and copy and paste the key, it will include many “\n”. Bubble seems to take them literally instead of as newline characters. You can use a python script to extract the SSL PEM private key from the JSON file. Alternatively, simply try manually entering where the \n are. I did not try this one having using the first method and cannot guarantee that it will work.