Hi there,
Naga
We have implemented sharefile
java integration few years ago, as part of the implementation we perform sharefile download api call and Unzip the downloaded content.
Here is the problem statement
- When we were using sharefile provided Storage zone (aka AWS), file download and Unzip is happening smooth
- However when we switch the Storage zone from AWS to on-perm storage zone as described by Thomas, we were getting error with Unzip (Bad Signature Exception)
What’s puzzling us is we were using the same codebase (aka jar) file to unzip and it fails with On-Perm.
Did we miss anything with the on-perm storage setup? any help on this is highly appreciated.
Thank you!
Naga