cancel
Showing results for 
Search instead for 
Did you mean: 

Getting 403 Forbidden on uploading OData media entity (only after second time)

soned_soned
Participant
0 Kudos
997

Fellows, I'm facing 403 return when I'm uploading a second file. First time It uploads without error.

Do you have any ideias how to solve it?

View Entire Topic
soned_soned
Participant
0 Kudos

I realized that during second upload, header parameters were already added from the previous execution. So that was the error, I just added oFileUploader.removeAllHeaderParameters() before adding the parameters.