问题 I try to download the reports available in Salesforce via the URL, e.g. http://YOURInstance.my.salesforce.com/012389u13541?export=1&enc=UTF-8&xf=csv in R. I already did some investigation to access the report via HTTR-GET, however, up until today without any meaningful outcomes. Unfortunately, R is downloading HTML-code instead of the desired csv file. I also tried to realize the approach suggested here: https://salesforce.stackexchange.com/questions/47414/download-a-report-using-python The