gpt4 book ai didi

php - 适用于 PHP 的 Azure Cloudstorage - 调用函数 createBlobService() 时出错

转载 作者:行者123 更新时间:2023-12-03 04:32:23 25 4
gpt4 key购买 nike

我有一个问题,在这部分代码之后,我的程序无法运行。

$blobRestProxy->createBlobService($connectionString);

$connectionString很好,但是经过一些调试我发现问题出在函数 createBlobService() 上。 ,可以在 ServicesBuilder.php 中找到

问题就出在这部分:

$authFilter = new AuthenticationFilter(
$this->blobAuthenticationScheme(
$settings->getName(),
$settings->getKey()
)
);

也许我没有执行某些操作或安装某些内容。

但我不知道如何解决,请帮助我。

最佳答案

您的应用程序抛出了什么错误消息?根据您的描述,问题指出了代码中的帐户名称帐户 key ,您可以在本地构建一个测试代码脚本来检查connectionString 是对的。

您可以在 https://github.com/Azure/azure-sdk-for-php-samples/blob/master/storage/BlockBlobExample.php 获取 php 示例.

StorageConnectionString 的格式应为 'DefaultEndpointsProtocol=http;AccountName=your_account_name;AccountKey=your_account_key'

关于php - 适用于 PHP 的 Azure Cloudstorage - 调用函数 createBlobService() 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34725022/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com