Adam Steele
10/11/2024, 11:29 PM[INFO:CONSOLE(1)] "Not allowed to load local resource: blob:https://...
Exports via the same URL work fine on mobile chrome and safari.
We are unable to find any information in your docs for how to get this working. Please advise.Moises Morales
10/14/2024, 7:30 AMAdam Steele
10/14/2024, 4:40 PMMoises Morales
10/16/2024, 9:50 AMAdam Steele
10/16/2024, 10:06 PMRadek Novacek
10/24/2024, 8:40 AMRadek Novacek
11/04/2024, 9:18 AMThe gist of the changes is that there was issue to send Bearer auth header with GET to export endpoint URL returned by the last successful polling request, and these requests ended unauthenticated. The download mechanism worked by creating <a> element pointing to returned URL and then simulating the click event on it. I found out that mentioned successful polling request returns export data in the response already so it is not necessary to call the GET export again. The returned data are converted to blob and blob URL is used to stream the data when download is triggered. The blob URL is local and does not need additional authentication. The blob URL is used in the attached <a> element to trigger the download.