Hello experts,
Hope you're all doing well.
Is there any way to read a file stored in one drive?
TempBlob.Blob.CreateInStream(IStream);
FileName := 'microsoft.jpg';
DownloadFromStream(IStream, 'Download File', '', '*.*', FileName);
I found this code that helped in downloading a file from an online link. But this code didn't work with an one drive link. I want to download or read a file from one drive. Is there any way to perform this functionality in business central. Answers will be highly appreciated. Thanks for reading.