GCP - Seismic SDUTIL VDS File Download Issue

Able to execute the SEGY --> OpenVDS conversion workflow successfully using postman collection -

 https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M11/GCP-M11/OpenVDS_SSDMS_to_SSDMS_conversion_CI-CD.postman_collection.json 

After successful run, OpenVDS file created in seismic store sd path and file collection record created in data storage -

 odesprod:dataset--FileCollection.Bluware.OpenVDS:0fce29c55fec406a967b67e61314d823 
 
>> python sdutil stat sd://odesprod/sami-subprojectid21/ST0202R08_PS_PSDM_RAW_PP_TIME.MIG_RAW.POST_STACK.3D.JS-017534.vds  --idtoken=$env:ID_TOKEN

 - Name: sd://odesprod/sami-subprojectid21/ST0202R08_PS_PSDM_RAW_PP_TIME.MIG_RAW.POST_STACK.3D.JS-017534.vds
 - Created By: 110703984333908487442
 - Created Date: Wed Jun 22 2022 15:04:44 GMT+0000 (Coordinated Universal Time)
 - Size: 213.3 MB
 - ReadOnly: False
 

However when trying to download converted vds file using sdutil copy command, getting following error :

Python sdutil cp sd://odesprod/sami-subprojectid21/ST0202R08_PS_PSDM_RAW_PP_TIME.MIG_RAW.POST_STACK.3D.JS-017534.vds .\ST0202R08_PS_PSDM_RAW_PP_TIME.MIG_RAW.POST_STACK.3D.JS-017534.vds --idtoken=$env:ID_TOKEN

ERROR
[404] {
  "error": {
    "code": 404,
    "message": "No such object: ss-odesprod-2ikfmxucplrey4r4/5ce881a5-ef3a-4045-8530-c7f3bae94452/0",
    "errors": [
      {
        "message": "No such object: ss-odesprod-2ikfmxucplrey4r4/5ce881a5-ef3a-4045-8530-c7f3bae94452/0",
        "domain": "global",
        "reason": "notFound"
      }
    ]
  }
}

Edited by Samiullah G