我試圖從STARTDATE至一個結束日期得到會議,但每一次我嘗試總是返回一個空的記錄谷歌FIT REST API獲取會話
HTTP/1.1 200 OK
Content-length: 3
X-xss-protection: 1; mode=block
Content-location: https://www.googleapis.com/fitness/v1/users/me/sessions?startTime=2015-11-20T00:00:00.00Z&endTime=2015-11-30T23:59:59.99Z
X-content-type-options: nosniff
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Vary: Origin,X-Origin
Server: GSE
Etag: ""
Pragma: no-cache
Cache-control: no-cache, no-store, max-age=0, must-revalidate
Date: Mon, 30 Nov 2015 16:49:52 GMT
X-frame-options: SAMEORIGIN
Content-type: application/json; charset=UTF-8
{}
什麼是錯的?
我有數據在該範圍內,並且例如,如果我執行數據集它返回數據(https://www.googleapis.com/fitness/v1/users/me/dataSources/derived:com.google.step_count.delta:com.google.android.gms:estimated_steps/datasets/XXXXXXX000000000000-XXXXXX000000000000)
後巫術!我有同樣的問題,你有沒有發現是什麼原因造成的? –
@Tom Danvers,從我的搜索列表中是空的,因爲這僅適用於應用程序插入的會話,而不適用於Google。 (我沒有100%安全) – Luis