问题描述
我使用power-apps将图像存储到Azure blob存储中以便快速获取。我使用getfilecontent方法将图像恢复到powerapps中,我必须传递blob ID。
I have stored images into Azure blob storage using power-apps for quick fetching. I get the image back in powerapps using getfilecontent method, where I have to pass the blob ID.
我如何在JavaScript中执行相同操作使用REST?我只在官方上看到使用blob名称获取请求 Microsoft文档。我需要使用REST从azure blob存储中使用blob ID获取blob属性。类似于:
How can I do the same in JavaScript using REST? I only see get requests using blob name on official Microsoft documentation. I need to get blob properties using blob ID from azure blob storage using REST. Something like:
https://myaccount.blob.core.windows。 net / mycontainer / myblob
而不是传递blob名称上面的请求,
我希望传递blob ID。
推荐答案
这篇关于使用REST使用blob Id获取blob属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!