-
-
Notifications
You must be signed in to change notification settings - Fork 2k
ContactSyncService: Implement related functions #2733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@DaVinci9196 so can people api not be made to work with MicroG? This is critical, as since a few weeks ago all requests made to the old apis return: This includes the google contacts sync adapter |
@DaVinci9196 I would like to help to finish implementing this. Please respond. |
Sorry, I just noticed today that I used OauthToken generated based on GMS and Google Contacts app when verifying whether PeopleApi is available. Unfortunately, errors such as unable to access the API and no contacts permission appeared. You can try to see if there are other ways to solve these errors. |
I am looking into this |
I am still looking into this, as the entire structure of the api has changed this is not as simple as I thought. |
@Sense101 sorry for bothering, but what have you discovered? |
No problem, took a break from this although I will be returning to it. Part of what I was working on is that the format of the .proto files (which define data sent between the client and server) must include specific annotations to link up correctly with the new google api's. This required different dependencies to the ones used right now in MicroG, which was a whole mess to sort out. Still lots of work to do, but that's part of what I discovered :) |
Just noting I had some incorrect assumptions about this. |
Includes:
Note:
Tried to use PeopleApi, but did not have access to the interface.