Gsheets token not refreshed when used by other users
I've created a flow that uses gsheets integration, however when the flow is run by another user this error is thrown:
When this happens I need to manually run the flow myself for it to work, afterwards for a period of time the other users can run the flow as well until the error appear again.
The flow and all resources are in a folder that has the group 'all' assigned.
I can't find anything in the documentation or online talking about managing token refresh. Can anyone help me with this?
11 Replies
the google suite has rate limits, could that be related?
@whollacsek it's in all but do they have write permission on it?
They should be in all by default no?
I've put them in the folder's permission too
this is the folder permissions
this is the resource permissions
I see, so that can't be the issue
Yes since they can run the flow successfully
It's just that the token refresh logic seems not to be run when it's another user
I know what the issue is
Issue created: https://github.com/windmill-labs/windmill/issues/2990
GitHub
feature: untighten permission of accounts to allow for refresh of o...
[MESSAGE_ID=1195047442358485073]
you can follow this issue ^
Thanks!