Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Send PDF file to sharedrive

Former Member
0 Likes
661

Requirement is that PDF file will be in AL11 and need to place the same file in a folder present in web API (Cloud) by passing folder-id.

URL for that API is given.

I know how to read file from application server but I'm stuck with how to call web API and send a file to its folders.

KIndly help me on this and if possible provide me a sample code.

Thanks in advance.

Requirement is that PDF file will be in AL11 and need to place the same file in a folder present in web API (Cloud) by passing folder-id.

URL for that API is given.

I know how to read file from application server but I'm stuck with how to call web API and send a file to its folders.

KIndly help me on this and if possible provide me a sample code.

Thanks in advance.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
579

CL_HTTP_CLIENT and/or CL_REST_HTTP_CLIENT. You can search the forum and web for examples.