cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP & Google API's(drive)

mohamed_jbeli
Explorer
0 Kudos
1,375

Hello, i want make a POC of a communication between sap and a google api (in my case is the google drive), this communication is based on uploading excel files from SAP on google drive.

For the SAP part i used the 'CL_HTTP_CLIENT' class and their attached methods (set_header, send, receive, ...) to try make the SAP-Google conversation

For the other part (google) i activated the drive api

For now i dont know the next step to do, and i have some questions:

What is the link that i should to use for this api?

Should i activate the OAUTH api?

Should i make the credentials on the code(to test)?

I find a thread on the SCN which talks on the same idea, but it uses the API key and the access key!?

HTTP POST to Google API results in unwanted use... | SCN

Any help?

Thanks,

View Entire Topic
SatishI
Discoverer
0 Kudos

You can explore ABAP SDK for Google Cloud 

It has all the clients to connect to various Google Workspace APIs.

You can check this blog as well, which uses Drive API to list files from Google Drive: Blog Link