Forum Discussion
Wizygran
9 months agoNew Member
UI Import - Not replacing reports in folders
Hi. I've come across very weird issue. I couldn't find if it's already a known issue. I have python script deploying my reports to the workspace using imports API. At first I though it is som...
- 9 months ago
Could you share a quick example of the Python request you’re using? Specifically: any query parameters you’re passing (subfolderObjectId, etc.)
It would help confirm whether the call is folder-aware. Microsoft recently added the subfolderObjectId parameter, so if your code doesn’t include that, the import will always create the report at the workspace root even when a folder exists.
lbendlin
9 months agoSuper User
I seem to recall that folders are not yet supported for the import calls.