Sorry in advance, im new to this...
i have a nextja app and am trying to use google-photos package together with the googleapis package (as recomeded for authorization) ... I am recieveing the following error: "ReferenceError: code is not defined" on:
const {tokens} = await oauth2Client.getToken(code);
Any help would be much appreicated.
Jon.
Sorry in advance, im new to this...
i have a nextja app and am trying to use google-photos package together with the googleapis package (as recomeded for authorization) ... I am recieveing the following error: "ReferenceError: code is not defined" on:
const {tokens} = await oauth2Client.getToken(code);
Any help would be much appreicated.
Jon.