Not able to Access the Clinet Secret Id in Node JS application
14 views
Skip to first unread message
rsco...@gmail.com
unread,
Mar 1, 2017, 2:24:47 AM3/1/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Hi All,
In my Node JS application, we are using Client Secret ID for Google 0Auth 2. When I directly assign the static Client Secret ID to the google authentication key it is working fine. But when I read the value of Client Secret ID from a text box in the UI by code and assigned to google authentication key, on submit it is displaying an error message "the key is probably invalid".