Aki1111
(Akira)
February 28, 2025, 8:34am
1
Hi Team,
Im currently trying to retrieve documents from my storage bucket,
I have the download storage bucket activity in a filename list for each.
However I encountered this error,
download storage file: blobfileinfo does not exist. error code: 1002
mkankatala
(Mahesh Kankatala)
February 28, 2025, 8:40am
2
Hi @Aki1111
Check the below thread for your query,
Why is error "BlobFileInfo does not exist. Error code: 1002" thrown when using Read Storage Text activity?
Issue Description: When attempting to Read the Storage Text from Orchestrator Storage Buckets, the workflow fails at the Activity "Read Storage Text" with Error: "BlobFileInfo does not exist. Error code: 1002".
Root Cause: Read Storage Test activity is expected to fail with the error reported if special characters like "&", "$", "#", "%" are part of the file names.
Resolution: Iβ¦
Hope it helps!!
1 Like
@Aki1111 ,
Check the file name provided correctly and not containing special characters like β&β, β$β, β#β, β%β are part of the file names.
1 Like
Aki1111
(Akira)
February 28, 2025, 9:01am
4
Hi,
Downloads/98_Application_form.pdf
This is what the file name looks like I donβt have any special characters named.
Could there be another way to resolve this.
Aki1111
(Akira)
February 28, 2025, 9:02am
5
Downloads/98_Application_form.pdf - this is the file name I have. Still does not work.
@Aki1111 ,
Can you show how itβs looks like in Storage Bucket and how you configured the download storage bucket
activity?
1 Like
Aki1111
(Akira)
February 28, 2025, 9:31am
7
This is what it looks like in the storage Bucket,
This what the properties are:
@Aki1111 ,
I hope your current_fileName
is only the file name and not the folder prefix.
It should be like this 98_Application_form.pdf
1 Like
sarvesh.b
(Sarvesh)
February 28, 2025, 10:37am
9
Hi @Aki1111
Check the output of the assign activity as the name of the file is same as it is present in storage bucket.
Thanks!!
1 Like
Hi @Aki1111 ,
Could you please check and share the value of variable - current_fileName.
You have specified it under Properties->storage path as well under Properties->To->File name and location
β> Same variable used on both these property parameters canβt be right.
For To->File name and location, it has to be the full path on the local drive.
And if that is what it is, then storage path is wrong - because storage path should only be the filename available on storage bucket i.e. β98_Application_form.pdfβ
Kindly correct your storage path, it should work.
Hope this helps.
Regards
Sonali
1 Like