Hi,
We are using the API to programatically upload a file. Everything was going well until we tried to upload a 1.2gb file.
I found from the community that you can supply us with a direct URL to our local PowerBI workspace cluster. See below:
For anyone with same issue, the problem is in using the base url https://api.powerbi.com. As per Microsoft support, when using this base url and importing large PBIX files, it has a tendency to timeout the file stream, thus throwing the exception. Microsoft support provided a direct URL to our local Power Bi Workspace cluster and the issue was resolved.
We are using the EASTUS location.
Than you in advance