How to sign url in .net for google cloud storage

前端 未结 4 1368
名媛妹妹
名媛妹妹 2021-01-07 01:35

I want to know that how to generate signurl using google cloud storage classes in .net

I have created string as per the requirement

GET


1388534400
         


        
4条回答
  •  遥遥无期
    2021-01-07 01:53

    The .NET client doesn't support signing URLs (it is an XML-only API), so you will need to either make a callout to a tool like gsutil or generate an RSA signature internal to your application (Signing and verifying signatures with RSA C#)

提交回复
热议问题