Do you have a sample code download a file ESG Bulk by java?
Hello @bin0 ,
RDP Postman starter example deck, should be very helpful:
1. Section Authentication -> Get Access Token
2. Section CFS - CFS ESG Bulk
a. Get File Sets
b. Get File Id by File Set
c. Get ESG File Details by File ID
d. Get ESG File by File ID ( redirected)
You may also find helpful to review article How To Identify And Request ESG Bulk Content - Python the code example is in Python, the approach described will be the same in Java.
Hope this information is of help
Please also find Do a Simple HTTP Request in Java post that may be of help, at the bottom there is a link to downloadable Java code.