Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    7 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