11
Views
4
Comments
Solved
[Google Components Demo] Implementation of Google Calendar
googlecomponentsdemo
Reactive icon
Forge asset by OutSystems Lab
Application Type
Reactive

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,

GoogleComponentsDemo.oml
2023-10-16 05-50-48
Shingo Lam

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 

UserImage.jpg
Thanachat Aimgosa

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

GoogleAuthenticationManagement.oml
GoogleAuthenticationCore.oml
GoogleComponentsDemo.oml
2023-10-16 05-50-48
Shingo Lam
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.