This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
I am uploading a pdf file through POST gallery/api/user/v2/inputfiles/ endpoint and getting the the below error:
{"data":null,"exceptionName":"BadRequestException","innerExceptionMessage":"","message":"Requested file format is not supported."}
While I am able to upload other file type like .xlsx, .csv and .txt
Hi @BK02 PDF files are not a standard Input typically unless you are using the Intelligence Suite tools. Are you trying to use a PDF file with a Input Data tool or a Dynamic Input?
I consume gallery/api/user/v2/inputfiles/ API endpoint using .Net C# to upload the file.
Please let me know if it is possible to upload a pdf via gallery/api/user/v2/inputfiles/ API endpoint using .Net C#
Hi BK02,
I am trying to consume gallery/api/user/v2/inputfiles/ API endpoint using .Net C# to upload the csv file as input to analytic App.
Can you please give me more reference for how to achieve it.