Help using Google Connector OAuth 2 module please!

0
I have installed Google Connector - OAuth 2.0 module in the app I'm working on and I am trying to use the access token it generates to access gmail apis such as https://gmail.googleapis.com/gmail/v1/users/me/messages/send. I keep getting 404 errors when I try to use the token. for clarity this is the token the module spits out: {AES3}Xjhmc5knQuI/xUK/;jx+iwVODGR0hWVULaTAg873Kuxhn786zjeXfIEUF+UzhgBHkxexhVo/GxbjTa3tkhWhnbADpnV89FpYg9w6HRENmsx7RXhLC7D7Ntg5jiZStFv5+6QJZcB5bZk3i4cOhg4HfZOV953k7KYpeOFzmC+FKjVDYLSKQgyabU5eLBOeedKnQIJYEYtpyWhaqroubmYob3X1f7UDtl1VTf5xFzRPheaLavhjegOQ3njQ6GbIADfBLRJaFPJ0FajPEL4qNiHRMhHEJEtsUXCcSq5i6poHvvyLw9EID1JrQxO1HZQldty2OwLtOgMrMWOUnAQ== (not a real token just a fake one with the same format). Do I have to decode it first or maybe there's a special way it needs to be used?
asked
0 answers