For some reason, the identities api always return empty "providerRefreshToken" property in response (in my case it is google), which make sense to not share with client side. but there are some scenarios in my app where i need this token in backend or even with appwrite cloud functions, which still cant have this values even with all scopes and permissions granted to the function. Is there a way to get it?
known issue: https://github.com/appwrite/appwrite/issues/5987
Recommended threads
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...