Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

uploading batch file through API

Avatar

Level 10

I am using Insomnia ( Postman is blocked in my org). What should be file_path_and_name if the data is in the payload?

Michael_Soprano_0-1718137324353.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee
{FILE_NAME} The name of the file you want to upload. Ensure that you use a unique file name so that it does not clash with another file for the batch of files being submitted.

 

Anil_Umachigi_0-1718353988664.png

 

Hope that helps 

Anil

View solution in original post

3 Replies

Avatar

Correct answer by
Employee
{FILE_NAME} The name of the file you want to upload. Ensure that you use a unique file name so that it does not clash with another file for the batch of files being submitted.

 

Anil_Umachigi_0-1718353988664.png

 

Hope that helps 

Anil

Avatar

Level 10

so even if the data is in the payload I should have filename?

Avatar

Employee

that's correct, could you give that a shot.