Forum Discussion
Anonymous
7 years agoNot applicable
Importing a large pbix via Post Import In Group
I am struggling with the rest api and i'm hoping i'm just missing something. I am able to post to the import endpoint and publish a file using the .net client var upload2 = await client.Imports.Pos...
- Anonymous7 years ago
Turns out the api handles large files automatically. Just need to use the
.PostImportWithFileAsyncInGroup
and it detects if the file is over 1gb. Very nice
Anonymous
7 years agoNot applicable
Turns out the api handles large files automatically. Just need to use the
.PostImportWithFileAsyncInGroup
and it detects if the file is over 1gb. Very nice
Anonymous
5 years agoNot applicable
i know this is old but im looking at this exact issue right now. so for files over a gig i can still just upload the raw file using PostImportWithFileInGroup and dont have to upload to a temporary location first?