joudshaiebOriginal post
Web Developer
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?
Summary
Developers are encountering an issue with the identities API always returning an empty "providerRefreshToken" property. This token is needed in some scenarios on the backend or with Appwrite cloud functions, despite not being shareable on the client side. Unfortunately, as of now, there is no solution available for obtaining this token.