问题标签 [sony-lifelog-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.
android - 获取 Lifelog API 结果
我正在尝试使用 Lifelog 的 API,并编写了这部分代码:
在 onResponse 中,我收到了很多数据,还有几天和几小时与 getParams 中设置的日期和时间间隔不同的数据,为什么?错误在哪里?如果我删除 getParams 方法,我将获得与结果相同的数据。
python - SONY Lifelog Api:SSL 握手失败
尝试platform.lifelog.sonymobile.com:443
使用 python(带requests
库)或openssl
.
这是我从openssl得到的输出
ssl3:
tlsv1.1:
tlsv1.2:
我需要客户证书或其他任何东西吗?谢谢!
sony - Lifelog 多久将数据上传到其平台数据存储
我想知道 Lifelog 多久将收集到的数据上传到 Lifelog 平台数据存储。因为我希望能够实时检查用户正在进行的活动等!
authentication - 无法在 API Explorer 上生成授权码
我正在尝试收集和下载我的生活日志用户数据。这样做的第一步是获取用户访问令牌。我在请求授权时遇到问题。
从索尼开发人员身份验证页面,我被告知将以下代码输入到我的 API 资源管理器中:
我应该收到这样的授权码:
然而,目前的情况实际上是这样的:
出于安全原因,我已将下面的实际客户 ID 替换为MY_CLIENT_ID
输入:
回复:
我在上面的代码中看不到授权码。我什至尝试将 URL(在最后一行)复制并粘贴到我的浏览器中,它说“localhost.com 响应时间太长”
这是我输入请求的地方
我不确定回调 URL 是否有问题。我没有实际的网站或应用程序,我只是使用默认的localhost
我是这方面的初学者,非常感谢所有帮助。
sony - Retrieving Heart Rate Data from Sony Band SWR12
I am working on retrieving heart rate data from the Sony Band 2 (SWR12). I would like to do this using the Google Fit Sensors API. I followed the sample and tutorials by google here:https://github.com/googlesamples/android-fit/blob/master/BasicSensorsApi/app/src/main/AndroidManifest.xml
Having enabled the Fit API and created my Authentication token I can now read te device location.
However, when I change the data source to: .setDataTypes(DataType.AGGREGATE_HEART_RATE_SUMMARY) the app crashes.
Anyone that has previously worked with the Fit API and the Sony Band, please help me connect to the band.
sony - 尝试从 lifelog-api 请求数据时得到一个奇怪的响应
我在请求数据时遇到问题,当我在 API 资源管理器中尝试它时它工作正常,但是当我要从我的 web 应用程序发出请求时,它只是响应状态为 200 和一个充满奇怪字符的正文。
请求:
响应:
响应继续进行,我想复制/粘贴所有内容没有意义。我不确定我是否真的需要发送前面带有 Bearer 字样的令牌,但这就是给了我状态码 200 的原因。
sony - 关于索尼的 Lifelog API 关闭
因为,索尼的 Lifelog API 已于 2017 年 5 月底关闭。与此同时,开发人员是否有其他选择?
sony - 索尼 FDR-X3000 4K 直播视频流丢帧
我最近正在开发 Sony FDR-X3000 4K 运动相机,SDK 从https://developer.sony.com/develop/cameras/下载。我发现实时模式下实时视频流丢帧。我使用了官方演示应用程序和官方应用程序(iOS&Android),它们都有问题。
对于这个问题,如何解决?有人有解决方案吗?
sony-lifelog-api - Lifelog 门户网站关闭后如何访问我的应用注册详细信息?
我去年开发了一个使用 lifelog api 的 android 应用程序,但我最近检查我不能再在我的应用程序中初始化 lifelog,我想知道是否有其他方法可以查看应用程序注册详细信息,例如客户端 ID 和密码等。
google-fit - 如何下载 Sony Lifelog 睡眠数据?
现在 Sony LifeLog API 已关闭,我正试图弄清楚如何访问我的睡眠数据(例如每天的睡眠时间、起床时间、就寝时间)。
在OAuth playground中,我尝试向 Google Fit for Sony Data 发送查询,但point
无论我尝试什么,我都会返回一个空数组。
(此日期范围应为2014 年4 月 14 日至今。)
我尝试使用我找到的其他数据源,raw:com.google.heart_rate.bpm:com.sonymobile.hostapp.everest:Sony Mobile Communications Inc.:SWR12:24234b96:
或者raw:com.google.step_count.delta:com.sonymobile.hostapp.everest:Sony Mobile Communications Inc.:SWR12:24234b96:
,但它们都返回了空数据。
即使这些sonymobile
数据源是从返回的https://developers.google.com/fit/rest/v1/reference/users/dataSources/list
,当我直接查询它们时,我会得到 404:
(我可以通过请求例如看到其他数据源是有效的https://www.googleapis.com/fitness/v1/users/me/dataSources/derived:com.google.step_count.delta:com.google.android.gms:estimated_steps
)
如何下载我去年的睡眠数据?