Uploading Files Into The Google Drive Through API

Hello Everyone,
I want to upload a file in google drive through API calls in Uipath. I had used HTTP request activity but I need to make the OAuth 2.0 authorization Dynamic as I don’t want to hard code the access token. Do any of you have some info related to generate access token for OAuth 2.0 authorization in uipath. Any help will be gladly accepted.

image

Hi @arghade

Try these activities

Thanks
Ashwin S

Hi @AshwinS2
Thanks for the reply. I dont want to go with GSuite activities as I have to create a GSuite account for that which is a paid one. I only want to do this with HTTP request.

Hi @arghade

Check this

Thanks
Ashwin S