question

SmitaS-2538 avatar image
0 Votes"
SmitaS-2538 asked YutongTie-MSFT answered

Error: Check if you have unexpired read/write/delete permission to blob container/blob

Hi, I am using form reognizer and trying to create a custom model. But while saving the project, am getting below error.
Error: Check if you have unexpired read/write/delete permission to blob container/blob

Below configurations are done for a storage account.
1) CORS is added with all 8 allowed methods
2) For container within storage account, access policy is added with racwdl permissions
3) For container, 'shared access signature' was created with all 8 (racwdl) permissions. Start date 30 mins prior the current time and expiry day of 1 week later. And used the URL generated here to setup connections in Form recognier custom model project creation.

Can you please let me know how to resolve this error. thanks,

azure-form-recognizer
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello,

I have seen same issue and it was because the SAS blob URL provided lands on a place where there are no files for the program to find. In that case, files were under a subfolder. So
editing the SAS blob URL to include "/subfolder?" and it started working. Could you please check your side as well?


Thanks,
Yutong

0 Votes 0 ·

1 Answer

YutongTie-MSFT avatar image
0 Votes"
YutongTie-MSFT answered

Hello,

Hope you have solved this issue. I just post my workaround which works for other customer here in case they have the same issue.

The reason for it was the SAS blob URL provided lands on a place where there are no files for the program to find. In that case, files were under a subfolder. So
editing the SAS blob URL to include "/subfolder?" and it worked.

I hope this is helpful for you and please do let me know if you have any other blocker for this issue. Share more details about this issue will provide more clues. ^^


Regards,
Yutong

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.