1

こんにちは、次から実際のデータを取得する方法を知りたいです。これを Oauth 2.0 playgournd に入れました:

https://www.googleapis.com/fitness/v1/users/me/dataSources/derive_step_cadence <-raw:com.google.step_count.cumulative:LGE:Nexus 5:bc5f1b97:Step Counter/datasets/8587796212108459505-8587784116108409439

そして、私はこれを返します:

HTTP/1.1 200 OK Content-length: 202 X-xss-protection: 1; mode=block コンテンツの場所: https://www.googleapis.com/fitness/v1/users/me/dataSources/derive_step_cadence<-raw:com.google.step_count.cumulative:LGE:Nexus 5:bc5f1b97:Step Counter/datasets/8587796212108459505-8587784116108409439 X-content-type-options: nosniff 有効期限: Fri, 01 Jan 1990 00:00:00 GMT Vary : Origin,X-Origin Server: GSE Etag: "hLUJCvL5ZSSqXM3VrwyiV-fn_Cc/UTWu-5kuRnTemL1Tzb1qSZ4O9uk" プラグマ: no-cache Cache-control: no-cache, no-store, max-age=0, must-revalidate Date: Fri, 2015 年 2 月 6 日 04:22:06 GMT X フレーム オプション: SAMEORIGIN コンテンツ タイプ: アプリケーション/json。charset=UTF-8 { "minStartTimeNs": "8587784116108409439", "maxEndTimeNs": "8587796212108459505", "dataSourceId": "derive_step_cadence<-raw:com.google.step_count.cumulative:LGE:Nexus 5:bc5f1b97:歩数カウンター }

有用なデータはありません。

私は何か間違ったことをしていますか?

ありがとうラス

4

1 に答える 1

1

エンドポイントの最後に指定するタイムスタンプがnanotime形式であることを確認してください。

https://www.googleapis.com/fitness/v1/users/me/dataSources/derive_step_cadence<-raw:com.google.step_count.cumulative:LGE:Nexus 5:bc5f1b97:Step Counter/datasets/000000-1720845034000000000

このソリューションは魅力のように機能します

于 2015-11-18T15:17:05.420 に答える