Hello guys!
I'm currently developing a project where I need to implement google calendar in order to make users being able to create/delete calendar events.
I installed this demo in order to see a bit of how the API works, but when I try to log in the app I get the following error :
"Missing required parameter: client_id "
I'm new in the Outsystems platform and I would really appreciate if you guys could give me a hand .
Thank you,
I can solve it now, thank you.I do step by step from these documents.https://www.outsystems.com/forge/component-overview/10251/google-authentication-core-o11 https://www.outsystems.com/forge/component-documentation/10254/google-authentication-management-o11/0
Please make sure you have registered your app correctly on google that will provide your the client id and client secret.
Then in the db of this module, create the data in the table GoogleAppRegistration and OutSystemModuleRegistration. I suspect you didn't complete this step, then it cannot get the client id to pass to the get token
Thanks for the answer.I try create the data in the table, but still has the same error. Can you tell me what I need to do step by step from beginning after I download this forge.https://www.outsystems.com/forge/component-overview/10274/google-components-demo-o11
oh, great to hear that you solve it