android / fit-samples

Multiple samples showing the best practices using the Fit APIs on Android.
Apache License 2.0
152 stars 113 forks source link

Error: No permission to read data for this private data source. #24

Open codingjeremy opened 5 years ago

codingjeremy commented 5 years ago

Issue by Zaszczyk Thursday Nov 22, 2018 at 09:13 GMT Originally opened as https://github.com/googlesamples/android-fit/issues/43


I use Google Fit REST API for over 2 years and everything was fine already. However since 20th November I am occuring the only reply on route:

/me/dataSources/derived:com.google.location.sample:com.google.android.gms:merge_high_fidelity/datasets/

( 'domain' => 'global', 
'reason' => 'forbidden', 
'message' => 'No permission to read data for this private data source.', )

I had not changed anything in my code, did Google change something?

kalpesh-jariwala commented 3 years ago

@codingjeremy i am facing same issue. Have you got solution of this issue?