diff --git a/function.js b/function.js index 770bf68..5108178 100644 --- a/function.js +++ b/function.js @@ -6,8 +6,8 @@ exports.ExchangeTokenFunction = async (req, res) => { const tokenEndpoint = "https://oauth2.googleapis.com/token"; const tokenParams = new URLSearchParams({ client_id: - "49121286862-vihhl46cr7v5acqjp99nuuc001dnfs4q.apps.googleusercontent.com", - client_secret: "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", + "460702587834-648e1i2dmfu35i7ip1p5qa10mkcmastg.apps.googleusercontent.com", + client_secret: "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", code: code, redirect_uri: "http://localhost:5500/Pages/callback.html", grant_type: "authorization_code",