Android Question Anyway to use Download Tracker with Koofr (needs authorized string)

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Is there anyway I can use the Download tracker with a Koofr download

Normally I do a GetRequest and SetHeader to contain the Authrorization code. But I do not see anyway of doing this in Download Tracker

Koor download setup:
         job.Download($"${Koofr_DefaulPath}${xFileToDownload}"$)
            job.GetRequest.SetHeader("Authorization", BasicAuthorized)
            job.Tag = xLocalFile

BobVal
 
Top