DHorowitz
DHorowitz

Reputation: 297

gactions not working - "caller does not have permission"

I am trying to create a duplicate app on two of my email accounts. On one of them, the app can be updated using 'gactions update', however, on the other this returns with the following error:

ERROR: Couldn't fetch versions
ERROR: The caller does not have permission

I looked at the documentation for 'gactions', however, nothing I found seems to indicate that it only works for one google account. It is imperative that this app work with my other account. Is there any way to give the other account permission so I can update the action?

Upvotes: 2

Views: 2338

Answers (1)

Leon Nicholls
Leon Nicholls

Reputation: 4656

gactions creates a "creds.data" file with the credentials of the account when gactions was used for the first time. You can only use that with one account at a time. Alternatively, you can clone your app code and install gactions in each of these with their own credentials.

Upvotes: 3

Related Questions