Hello,
I was referencing this community post Upload multiple files using the Universal GUI to implement the bulk drag and drop file insertion and I have encountered an issue with the target table’s page not being found when I execute the API call.
By using an HTTP request platform, I have made the simplest call possible to the table in question (both with and without authentication), for testing purposes, making sure to include the correct URL (the pattern being “{serverURL}/{appIDorAlias}/{table name}”), however, I always get a 404 status in return.
Does this have anything to do with the API endpoint not being visible and/or is there any further configuration that has to be done (in IAM, for instance), or am I simply missing anything?
Thank you.