- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
我正在尝试发布一个新的 flutter 插件。我按照所有步骤进行了 publish my package ,我的代码上传到github:flutter_image_share一切都准备好发布了。
当我运行 flutter packages pub publish
时,我得到了这样的响应:
Pub needs your authorization to upload packages on your behalf.
In a web browser, go to https://accounts.google.com/o/oauth2/auth?access_type=offline&approval_prompt=force&response_type=code&client_id=818368855108-8grd2eg9tj9f38os6f1urbcvsq399u8n.apps.googleusercontent.com&redirect_uri=http%3A%2F%2Flocalhost%3A35625&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email
Then click "Allow access".
我转到链接,使用我的谷歌帐户进行身份验证,最后我得到了这个结果:
Waiting for your authorization...
Authorization received, processing...
Successfully authorized.
Uploading...
UnauthorizedAccess: Unauthorized user: nadiagnieto@gmail.com is not allowed to upload versions to package flutter_share_image..
之后我运行此命令:rm ~/.pub-cache/credentials.json
删除 credentials.json 和 pub uploader add nadiagnieto@gmail.com --verbosity= all
授予对此电子邮件的权限,但我收到此回复:
FINE: Pub 2.1.0-dev.9.4.flutter-f9ebf21297
FINE: Loading OAuth2 credentials.
MSG : Pub needs your authorization to upload packages on your behalf.
| In a web browser, go to https://accounts.google.com/o/oauth2/auth?access_type=offline&approval_prompt=force&response_type=code&client_id=818368855108-8grd2eg9tj9f38os6f1urbcvsq399u8n.apps.googleusercontent.com&redirect_uri=http%3A%2F%2Flocalhost%3A37441&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email
| Then click "Allow access".
|
| Waiting for your authorization...
MSG : Authorization received, processing...
IO : HTTP POST https://accounts.google.com/o/oauth2/token
| content-type: application/x-www-form-urlencoded; charset=utf-8
| user-agent: Dart pub 2.1.0-dev.9.4.flutter-f9ebf21297
IO : HTTP response 200 OK for POST https://accounts.google.com/o/oauth2/token
| took 0:00:00.205821
| alt-svc: quic=":443"; ma=2592000; v="44,43,39"
| cache-control: private
| transfer-encoding: chunked
| date: Fri, 25 Jan 2019 11:03:58 GMT
| vary: Origin,X-Origin,Referer
| content-encoding: gzip
| x-frame-options: SAMEORIGIN
| content-type: application/json; charset=utf-8
| x-xss-protection: 1; mode=block
| x-content-type-options: nosniff
| server: ESF
MSG : Successfully authorized.
IO : HTTP POST https://pub.dartlang.org/api/packages/flutter_share_image/uploaders
| Accept: application/vnd.pub.v2+json
| content-type: application/x-www-form-urlencoded; charset=utf-8
| authorization: <censored>
| user-agent: Dart pub 2.1.0-dev.9.4.flutter-f9ebf21297
IO : HTTP response 403 Forbidden for POST https://pub.dartlang.org/api/packages/flutter_share_image/uploaders
| took 0:00:00.286149
| transfer-encoding: chunked
| date: Fri, 25 Jan 2019 11:03:59 GMT
| content-encoding: gzip
| vary: Accept-Encoding
| via: 1.1 google
| content-type: application/json
| x-frame-options: SAMEORIGIN
| x-xss-protection: 1; mode=block
| x-content-type-options: nosniff
| server: dart:io with Shelf
FINE: Saving OAuth2 credentials.
IO : Writing 400 characters to text file /home/nadia/.pub-cache/credentials.json.
ERR : Unauthorized request.
FINE: Exception type: ApplicationException
FINE: package:pub/src/utils.dart 571:5 fail
| package:pub/src/http.dart 302:3 handleJsonError
| package:pub/src/command/uploader.dart 78:32 UploaderCommand.run.<fn>
| dart:async _AsyncAwaitCompleter.completeError
| package:http/src/base_client.dart BaseClient._sendUnstreamed
| ===== asynchronous gap ===========================
| dart:async Future.catchError
| package:pub/src/command/uploader.dart 78:10 UploaderCommand.run
| package:args/command_runner.dart 194:27 CommandRunner.runCommand
我不知道我做错了什么。有谁知道如何上传我的包裹?我想发布两个新包,但我做不到。
最佳答案
消息表明包已经存在。
如果您不是所有者,则需要选择不同的包名称。
关于oauth-2.0 - Flutter packages pub - UnauthorizedAccess : Unauthorized user: . .. 不允许将版本上传到包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54365468/
尝试使用以下命令将我的Docker容器推送到Bluemix: sudo docker push registry.ng.bluemix.net//testproj:latest ...但是它保持这种状
我正在运行最新的 Raspbian 发行版并且刚刚安装了 transmission包。 但是,每当我运行 transmission-remote命令 - 例如,要更改一些基本配置 - 我不断收到相同的
我已经使用 Ruby Gem rest-client 来请求网站的 url。我收到以下错误... RestClient::Unauthorized (401 Unauthorized): app/
安装 kube-dns 插件时出现问题。 我的操作系统是 CentOS Linux release 7.0.1406 (Core) Kernel:Linux master 3.10.0-693.el7
我在 ubunto 16 上安装了 Coturn 服务器 目前我正在检查它 function checkTURNServer(turnConfig, timeout){ return new Pr
我正在尝试使用Azure上部署的Kubernetes 1.9.9在新设置的AKS群集上使用Kubernetes仪表板。 我运行kubectl proxy并打开http://localhost:8001
我想测试来自java的Rest接口(interface)。目的是检查 jpg 图像中是否找到任何人脸。我为此使用的 res 调用是 ../face/v1.0/detect 我将 Ocp-Apim-Su
所以我有自己的解析服务器,运行着heroku。 此云代码功能: Parse.Cloud.define("ReadyUp", function(request, response) {
今天,我开始收到此错误,据我所知,没有任何原因。这不是一个一致的错误。今天突然开始了。它昨天运行完美,并且几个星期都没有任何错误。 文件中只有 file_get_contents()。 一段时间以来,
我试图让用户在 Laravel 8 中查看类别页面 CategoryPolicy.php use App\Models\Category; use App\Models\User; use Illum
我正在尝试从 Nexus 存储库中查看我的代码。 首先,我已经生成了密码 mvn --encrypt-master-password _mypassword_ 这是我的 c:/Users/joanet
我使用的是最新的开源 formsflow.ai v4.0.2。我将整个项目带到了我的个人笔记本电脑上。我遵循了 Docker 完整安装指南。 Docker 运行良好。在 http://localhos
我已根据 ADLS Gen2 容器中存储的 parquet 文件在 Azure Synapse 中创建了一个外部表。我使用以下三个查询来创建数据源、文件格式和表: CREATE EXTERNAL DA
我正在尝试按照示例项目和来自 here 的教程将示例 Power BI 仪表板嵌入到 WPF 应用程序中.当我启动该应用程序时,我必须输入我的密码来验证我自己,当它尝试使用 getAppWorkspa
因此,我正在尝试使用kubernetes(minikube)。我是一个初学者,对docker有一些基本的经验。 事实证明,我2天前安装了kubernetes,却没有做任何事情。 我几乎没有设法连接到仪
所以问题是:我最近做了 this post . 我提到的解决方案适用于一个 token 和一个 API,但当我尝试使用两个 token (gmail 和 Sheets API)处理两个 API 时,它
我正在使用 Java 开发一个包含文本转语音功能的应用程序。我使用了 IBM Watson Text-to Speech API,但我的代码总是出现未经授权的错误。有人能帮我修复它吗?非常感谢! Ia
我正在尝试按照示例项目和来自 here 的教程将示例 Power BI 仪表板嵌入到 WPF 应用程序中.当我启动该应用程序时,我必须输入我的密码来验证我自己,当它尝试使用 getAppWorkspa
我们已将 TFS 2013 服务器升级到 TFS 2015,我们正在设置新的构建代理。 在此之前,我们进行了试运行,并在我们对现有 TFS 数据库进行最终转换之前让一切都运行良好。构建代理工作得很好。
我需要一些有关 Azure Durable Functions 的帮助。 我在 C# 中使用 VS Code 创建了一个新的持久函数,并通过 VS Code azure 函数扩展将其部署到 Azure
我是一名优秀的程序员,十分优秀!