Hi, I need to deliver below functionalities in SAS by making calls to the REST API.
1. Upload a file- It will require 4 inputs which are, PROJECT-ID, DATA-LOCATION, local file path of the dataset along with the authentication token.
The ProjectID and Data-location is to identify exactly where the file will get upload on the API and it serves as the target location.
2. To check if user have permission on this folder(identified by the PROJECT-ID): It will have 3 inputs-username,list of users, authentication token. This is a GET request which looks something like this in JAVA-
HttpGet request = new HttpGet(MLMPService.getInstance().buildURI("/user/" + username + "/permission/item/" + this.getID(), ticket).build());
3. To check whether the file has been successfully upload. This again will be a GET request on the API.
Please help me to get this implemented in SAS.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.