问题标签 [yandex-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
yandex-maps - Yandex 地图 API。点击获取地标标题
我想通过点击获得地标标题或气球。这是我的功能:
UPD:我将此代码添加到地标:
然后通过单击此按钮,我得到气球内容。但这不是我喜欢的解决方案
google-chrome-extension - oauth yandex 在 chrome 扩展中的方式是什么?
我想在 google chrome 扩展上进行 oauth 以获取令牌,并从 yandex 邮件的 background.js 中获取一些信息。但我找不到解决办法。
Yandex oauth 的工作如下:
- oauth.yandex.ru/authorize 的一些 html 链接
- 授权
- 通过回调返回页面
但谷歌浏览器扩展没有任何网址。
可能吗?
php - Yandex Translate API v2 返回 Invalid token 错误
最近 yandex 改变了它的翻译 API 系统。即使验证码正确,我根据新系统创建的连接也会出错。
在此示例中,我手动输入了 IAMToken。使用 API 创建新的 IAMtoken 时也会出现 404 错误。在 yandex 的文档中,它提供了“https://iam.api.cloud.yandex.net/iam/v1/tokens”端点来获取新的 IAMtoken,但它不起作用。我的代码有什么问题?
oauth-2.0 - 如何正确传递 OAUTH 令牌
我正在尝试从 API 请求信息。我认为我传递 OAUTH 令牌的方式是错误的。
注释行是中间三行的潜在替代品。如何在此处正确使用 .post() 和 .get() 以传递令牌?显示当前响应:
202
https://api.direct.yandex.com/json/v5/keywords
{'error': {'request_id': '1891/* 更多数字 */0199', 'error_code': 8000, 'error_detail': '无法处理 JSON/XML', 'error_string': '无效请求' }}
非常感谢您的帮助!
node.js - 无法上传节点js yandex磁盘文件
https://github.com/Collage/yandex-disk 我正在使用这个库。我可以成功登录到 Yandex 磁盘并获取目录中的文件列表,没有任何问题。于是登录成功。但是当我尝试上传文件时出现错误。你能帮忙吗?