腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Google
My
Business
API
location
list
missing
locations
、
、
我像这样对GMB
API
进行列表调用:
locations
_
list
= service.accounts().
locations
().
list
(parent=parent).execute() 结果是与问题是,与GMB仪表板上的所有位置相比,
api
结果中有一些缺失的位置。 我知道oauth验证和请求正在工作,因为我得到了大多数位置的结果。
浏览 11
提问于2020-10-01
得票数 0
1
回答
Google
API
-使用
Google
_Service_MyBusinessBusinessInformation获取位置
、
禁用旧的
my
_
business
接口(v4)后,我无法获取位置。我正在使用: $
my
_
business
_account = new
Google
_Service_MyBusinessAccountManagement($client);$account = $
list
_accou
浏览 77
提问于2021-10-20
得票数 0
1
回答
GMB
API
-通知的有效负载模式(发布/订阅)
、
、
除了在pub/sub上使用的通知模式之外,
API
文档非常详尽。我们找不到正确的信息。 有人知道数据是什么样子的吗?
API
docs
浏览 19
提问于2020-12-31
得票数 0
1
回答
Google
Business
API
Locations
库
、
、
我需要将位置数据读/写到
Google
Business
API
。不幸的是,谷歌似乎只为Java提供了合适的
API
包装器:public static void updateLocation(String phone, String name) throwsException { .setPrimaryPhone(phone); Mybusiness.
浏览 3
提问于2019-03-29
得票数 1
1
回答
如何在
Google
My
Business
API
| PHP中获取位置列表
、
如何在
Google
My
Business
API
中获取位置列表。我检索了帐户列表,但我不知道如何检索位置。下面是我获取帐户列表的代码define('
GOOGLE
_CLIENT_SECRET', 'XXXXXXXXXXXXX'); // Cr
浏览 0
提问于2021-04-30
得票数 1
1
回答
如何从
Google
检索我的商业评论
、
我可以连接到
Google
My
Business
并打电话返回账号,但我无法列出与该帐户关联的位置,也无法检索评论。require_once( '/functions/
google
-
api
-php-client/vendor/autoload.php' ); require_once( '/functions/mybusinesssetApplicationName( "Cardall_Orthodontic
浏览 33
提问于2019-11-09
得票数 2
1
回答
所有InfoWindows从多个标记打开,
google
地图
、
、
我需要所有的infoWindows打开,我更希望答案是在C#,但我尝试了这个var mapProp= {zoom:9, [35.7981, 43.
浏览 0
提问于2017-06-19
得票数 0
回答已采纳
2
回答
如何使用业务
api
获取所有
google
评论
、
、
、
我需要为特定的位置所有的谷歌评论,但我无法使用来自谷歌的业务
api
。下面是get请求的url https://mybusiness.googleapis.com/v3/accounts/account_name/
locations
/
location
_name/reviews现在我的问题是,参数account_name和
location
_name的值是什么,我如何才能得到它。
浏览 2
提问于2016-12-08
得票数 8
1
回答
如何使用OAuth协议连接到
Google
My
Business
API
?
、
、
、
我对在PHP中使用
Google
API
是相当陌生的,我目前正在尝试获得一个最近提交的
Google
评论的列表。这就是为什么我认为,如果我想获得一项业务的完整评论列表,我需要使用
Google
My
business
API
。'/allia-
google
-
api
/
google
-
my
-
business
-secrets.json'; $client
浏览 30
提问于2021-10-21
得票数 2
3
回答
如何序列化从C# ASP.NET 3.5中的3.5服务返回的对象列表?
、
、
下面是我希望webservice提供的XML: <
locations
> <
location
>
location
2</
location
></
business
浏览 0
提问于2012-08-12
得票数 3
回答已采纳
2
回答
Javascript函数不从另一个函数中返回值
、
function codeAddress(
business
,address,i,
locations
) {var
locations
= []; geocode
浏览 2
提问于2014-10-24
得票数 2
1
回答
在检查元素或缩放后,map正在工作。
、
、
、
站点URL <script type="text/javascript" src="https://maps.googleapis.com/maps/
api
/js?,'
business
9']";else $
location
9=$latitude9=$longitude9=''; ?> var
locations
= [<
浏览 1
提问于2017-09-06
得票数 1
回答已采纳
1
回答
Google
My
Business
API
失败
授权访问
Google
My
Business
API
,请按照此处的说明操作; { "status": "PERMISSION_DENIED"subject": "project:XXXXXXXXXX" ], "@type": "type.googleapis.c
浏览 2
提问于2016-05-18
得票数 0
1
回答
从JSON创建标记时出现问题
、
、
我完整的
Google
地图代码是: $.each(mapData.
locations
, function(i,
location
) {setupLocationMarker(map,
loc
浏览 1
提问于2010-09-16
得票数 0
1
回答
谷歌地图标记在移动中的悬停显示
、
、
、
、
position: mylocation, title: '
My
Location
' marker.setIcon('http://maps.
google
.com/mapfiles/ms/icons/red-dot.png') for (var i = 0; i <
locations
.leng
浏览 2
提问于2016-06-14
得票数 1
回答已采纳
1
回答
我想从我的
google
商业帐户上查看
、
、
、
CLIENT_SECRET_PATH);$client->setScopes("https://www.googleapis.com/auth/
business
.managein the
locations
array $locationsList = $
loca
浏览 11
提问于2022-06-06
得票数 -1
1
回答
使用JSON作为数据源的存储库的Wrtiing单元测试
、
、
@Slf4j@RequiredArgsConstructor public Optional<
Location
> findLocationById/data/
location
浏览 2
提问于2022-09-02
得票数 0
回答已采纳
1
回答
google
api
让特定用户查看
google
页面
、
、
当特定用户登录我的应用程序时,我想获取他的谷歌页面审查和评分,我阅读了谷歌商业应用程序接口和的文档,我已经提交了我的项目白名单,我主要关心的是,当特定用户登录我的应用程序时,我可以获得他的谷歌页面审查和评分,我如何做到这一点
浏览 12
提问于2018-09-08
得票数 1
回答已采纳
1
回答
谷歌我的业务
API
:问题获取评论
、
(仪表板上写着“激活状态:已启用”) 更多关于我们的代码:它的asp.net我已经从
google
仪表板下载了J
浏览 0
提问于2019-05-08
得票数 2
2
回答
Google
My
Business
API
- accountID位置
获取https://mybusiness.googleapis.com/v4/accounts/{**accountId**}/
locations
/{locationId}/reviews/{reviewId
浏览 21
提问于2021-02-09
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云直播
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券