Skip to main content

Not able to upload excel files

Comments

2 comments

  • Aleksandar Kostadinov

    Hi Julian,

    I saw you had also contacted us directly via a ticket where I responded, but I'll share a summary of the answer here as well in case another user has a similar question.

    In this case, the file was being uploaded, but due to it coming from a temporary path, there wasn't a filename and extension, and when uploading Raw files into Cloudinary, we require the public_id to contain the extension. This is why the file uploaded as Raw but was showing the format as "N/A". The solution was to pass the `filename_override` parameter as part of the upload() call with a value for the name of the file + extension and we will use that as part of the uploaded file.

    0
  • Trevor Meier

    I am having the same issue, and adding filename_override didn't work for me. It still uploads as "N/A".


    And the file name was "ratings analysis.xls".

    0

Post is closed for comments.