上传RKP 证书签名请求息上传到 Google 的后端服务器

上传证书签名请求

1.准备环境:OK

bash 复制代码
pip3 install google-auth==2.13.0 requests==2.28

下载 device_info_uploader.py 。

没找到先跳过

选项 1:通过 GCP 帐户使用 device_info_uploader.py

  1. 运行脚本。
bash 复制代码
./device_info_uploader.py --credentials /secure/storage/cred.json --json-csr
csrs.json --cache-token --company-id COMPANY_ID
  1. 等待脚本输出,其中包含要登录的 URL。
  2. 复制脚本输出中显示的登录 URL 并将其粘贴到新的浏览器选项卡中(这将打开 Google 登录屏
    幕)。选择您的公司帐户(格式为 android-partner-api@company.com )。
  3. 选择"允许"以授予对您帐户的测试访问权限,使其能够查看和管理合作伙伴设备信息。
相关推荐
柳鲲鹏1 小时前
交叉编译:strip: Unable to recognise the format of the input file xx.c.o
linux·运维·服务器
Le1Yu1 小时前
微服务拆分以及注册中心
linux·运维·服务器
zzzsde2 小时前
【Linux】linux基础指令入门(1)
linux·运维·学习
moxiaoran57532 小时前
nginx中proxy_pass配置
运维·服务器·nginx
weixin_379880922 小时前
.Net Core WebApi集成Swagger
java·服务器·.netcore
leellun2 小时前
在Centos上安装Python指定版本
linux·运维·centos
她说彩礼65万2 小时前
Asp.net core Kestrel服务器详解
服务器·后端·asp.net
ZLRRLZ3 小时前
【Linux操作系统】进程控制
linux·运维·服务器
我想吃余3 小时前
Linux的Ext文件系统:硬盘理解和inode及软硬链接
linux·运维·电脑