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
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...