Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
prasad_gandi
Contributor
Contributor

Qliksense Upload API is not working Getting 400 Missing parameter value(s) /qrs/app/upload?name=ExecutiveDashboard&replace=false

--header 'X-Qlik-Xrfkey: 12345678qwertyui' \
--header 'Content-Type: multipart/form-data' \
--header 'Cookie: X-Qlik-Session=5a811a74-561e-4879-84c3-31bbd254477e' \
--form 'file=@"/Volumes/OE_DATA/alldownloads/ExecutiveDashboard.qvf"'


Calling the rest api to upload a QVF File getting the missing parameter error after following the docuement



Labels (3)
1 Solution

Accepted Solutions
Øystein_Kolsrud
Employee
Employee

I think it's the argument "replace=false" that you have in your URL that is the problem. Try removing it! There's no such argument for the qrs/app/upload endpoint:

https://help.qlik.com/en-US/sense-developer/May2025/APIs/RepositoryServiceAPI/index.html?page=335

View solution in original post

1 Reply
Øystein_Kolsrud
Employee
Employee

I think it's the argument "replace=false" that you have in your URL that is the problem. Try removing it! There's no such argument for the qrs/app/upload endpoint:

https://help.qlik.com/en-US/sense-developer/May2025/APIs/RepositoryServiceAPI/index.html?page=335