Shotgun 3D预览器 建立项目 设置基本URL 在src/env.js ,有Shotgun URL的声明。 const baseUrl = '' 凭证设定 要访问Shotgun,您必须将凭据信息设置为src/env.js 基本访问使用授权类型为client_credentials Shotgun脚本/ API密钥信息。 但是,还有其他授权类型可以使用REST API进行访问。 该文件在。 授予类型: client_credentials 'use strict' const credentialParams = { 'client_id' : '[removed]' , 'client_secret' : '' , 'grant_type' : 'client_credentials' } modu