Downloading model files via api requests: /data/binarystreamobjectservice/prepareDownload does not work?
I am working on a script which downloads model files through HTTP requests. I figured out how to do this by looking at the req the FE makes and copying them. The only step which does not work is the /data/binarystreamobjectservice/prepareDownload endpoint:
trying to do this with the standardd headers it just runs and runs and eventually dies
If i lift headers from the FE including a valid session cookies, i get a response
Is there any way to access this endpoint which doesnt necessitate copying session cookies from the FE?
Is there some other way of acomplishing this. All I really need is a process I can trigger with my script which results in the excel model files on my local machine. Could I maybe use azure blob storage to do this?
-
Hi,
If you are looking for blob connection string (SAS URL), you can get it from System settings --> Integration Keys page.
Thanks
Sesha
0
Please sign in to leave a comment.
Comments
1 comment