Hi everyone, I am trying to use tap-gmail with mel...
# plugins-general
a
Hi everyone, I am trying to use tap-gmail with meltano but after giving the parameters its giving an error Plugin configuration is invalid singer_sdk.exceptions.FatalAPIError: 403 Client Error: Forbidden for path: /gmail/v1/users/<>/messages
👀 1
r
So you have provided
client_id
,
client_secret
,
refresh_token
and
user_id
? Have you enabled the Gmail API for the app in Google Cloud Console? Would be good to see the error response in full (might contain some useful information), but you would have to replicate the request with cURL or another HTTP client.
a
this is passing from the other client I tried on oauth2 and returning the data but with meltano its failing with the above error
yes I provided all of these fields
v
I run pipelines with that daily and it continues to work
r
Is it possible you are confusing some other credential for
refresh_token
?
âž• 2