Hi Team,
I am working on a scenario where I am trying to upload a ZIP file to Upload large file API. (The scenario is built in Postman)
Step 1:
=====
Upload Session API is working Correctly and able to return uploadurl
Step 2:
=====
Using uploadurl to pass data in byte chunks and able to upload data successfully.
Issue:
====
After the ZIP file is uploaded, the size of the zip file and bytes of the zip file is matching with the details which are on my system, but however, the content size which is in that zip file is not matching correctly and due to this the data is lost and poping up as file corrupted
Can you please let me know what correction to be made to upload the content correctly?
(Also if I upload manually and download the same file and check then it looks good)
**File details uploaded using graph API:
=========================
**
Getting Below error when I try to open the zip file after uploading via graph API
**File details uploaded Manually:
=====================
**