
Hi! 👋
I am authenticating a user using google, during authentication I added "https://www.googleapis.com/auth/spreadsheets" as additional scope , the authentication works correctly and a session is generated but printing the session data like the accessToken and the RefreshAccessToken which is needed for future calls, I realized that the RefreshAccessToken is empty.
Do you know why?
My goal is to save the refreshAccessToken in an encrypted manner to a db so that I can use it in the future to generate a new accessToken.
I add attached images of the function to print the session info and the browser console

Recommended threads
- When connecting to VCS (Version Control ...
Hello, when I try to define in my function the root path of a function I get this when I click "Update".
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
