microsoft / Oscar

Oscar and VinVL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azcopy failes with given SAS token

meharbhatia opened this issue · comments

I am using the given SAS token to extract this YAML file

coco_flickr30k_googlecc_gqa_sbu_oi_x152c4big2exp168.yaml

./azcopy copy "https://biglmdiag.blob.core.windows.net/vinvl/pretrain_corpus/coco_flickr30k_googlecc_gqa_sbu_oi_x152c4big2exp168.yaml?sp=r&st=2023-08-28T01:12:41Z&se=3023-08-28T09:12:41Z&sv=2022-11-02&sr=c&sig=6R1YmWluiXmPLsdVn1rDUpeBp2SYBMxDjc6KoKNlY8Q%3D" data/ --recursive

but face the issue.

INFO: Scanning...
INFO: Any empty folders will not be processed, because source and/or destination doesn't have full folder support

failed to perform copy command due to error: cannot start job due to error: cannot list files due to reason HEAD https://biglmdiag.blob.core.windows.net/vinvl/pretrain_corpus/coco_flickr30k_googlecc_gqa_sbu_oi_x152c4big2exp168.yaml
--------------------------------------------------------------------------------
RESPONSE 403: 403 Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
ERROR CODE: AuthenticationFailed
--------------------------------------------------------------------------------
Response contained no body
--------------------------------------------------------------------------------

Can anyone help me resolve this? @xjli @ChunyuanLI @xiyinmsu @pzzhang. My work needs access to the VinVL files and I am stuck currently.

@meharbhatia were you able to find a fix for this? I am also unable to download the model checkpoints as per the instructions in the https://github.com/microsoft/Oscar/blob/master/VinVL_DOWNLOAD.md file. Getting the same error.