cancel
Showing results for 
Search instead for 
Did you mean: 

Download the file from Google drive through SAP PO

0 Kudos

Hi Experts,

I have a requirement for downloading a file from google drive in SAP PO.

Is it possible to do it?

Please let me know the other ways to download the file from a folder in drive

Regards,

Pavithra.R

View Entire Topic
former_member204100
Active Participant
0 Kudos

Hi Pavithra,

it seems the google drive provides an API to do that:

Download Files  |  Drive REST API  |  Google Developers

so using a Rest adapter sounds good here.

Best Regards,

Viktor

0 Kudos

Hi,

I tried in Rest Adapter as you mentioned and I am getting following error

"Error: Couldn't retrieve binding for the given channelId: Binding:CID=f69712dde3a835f3b493357724f88898"

Please help me to solve this.

former_member186851
Active Contributor
0 Kudos

Hello Pavithra,

Check whether ICO is configured correctly and if yes check for cache whether its up to date.

0 Kudos

NOw the error is resolved but its not loging in with the credentials provided.

former_member186851
Active Contributor
0 Kudos

Then check with Credentials ur using to hit the Google drive.

But I doubt with the normal credentials u can log in or any app required.

Did the link shared helps you?