How to download file from BC cloud if schedule via job queue.

Hi Expert,

Is there any way to download file from job queue?

I have written below code

CSVBuffer.savedatatoblob(TempBlob,’,’);

TempBlob.CreateinStream(InStr);

DownloadfromStream(Instr,’’,’’,’’,FileName);

If I setup this codeunit in job queue I am getting below error

Microsoft Dynamics 365 Business Central Server attempted to issue a client callback to download a file: TEST (CodeUnit XXXXX Export). Client callbacks are not supported on Microsoft Dynamics 365 Business Central Server.

Is there any other way to download the files? Any suggestion.

Thank you

it is better either you use FTP and Sharepoint to store your files. In your code, your manual interventions are needed

www.msnjournals.com/…/how-to-connect-sharepoint-with-business-central