google-api-java-client-services icon indicating copy to clipboard operation
google-api-java-client-services copied to clipboard

Generated Java code for Google APIs

Results 73 google-api-java-client-services issues
Sort by recently updated
recently updated
newest added

I am using ```java implementation 'com.google.apis:google-api-services-blogger:v3-rev20221220-2.0.0' ``` and got error #### Stack trace ``` Execution failed for task ':app:mergeDebugJavaResource'. > A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction > 2 files found...

type: bug
priority: p3

``` ``` I am using androidpublisher and oauth2. Because of them, I think my app removed from playstore. I gave all the necessary info below the link. What can I...

needs more info
type: question
priority: p4

The Google Ads API moved to the `google-auth-library-*` libraries. The Analytics API (we are using management and reporting) stayed at the `google-oauth-client` library. So when using Google Ads API in...

type: feature request
priority: p3

google-api-java-client-services needs a BOM, as per https://github.com/GoogleCloudPlatform/cloud-opensource-java/blob/master/library-best-practices/JLBP-15.md . It looks like the best way to handle a BOM in this repo is to generate it, probably using templating in some...

type: feature request
status: blocked
priority: p4

Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...

type: feature request
priority: p4

Dear team, I'm trying to use an extra header that is written in this documentation https://developers.google.com/my-business/samples/#detailed_error_responses but it doesn't work. Below is my code: ```KOTLIN val create = apiFactory .createBusinessInformationClient()...

type: bug
priority: p3

I implemented this android publisher. But Android Studio suggests me to update v1 version. `implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20200927-1.30.10'` ![Screenshot_1](https://user-images.githubusercontent.com/6771759/95481906-3a224180-0996-11eb-8588-177d78d6448f.png)

type: question
priority: p4

Any ETA for v3 feature-alignment for `apps` resource as in v2? https://www.googleapis.com/drive/v2/apps ref. https://developers.google.com/drive/api/v2/reference/apps > The apps resource provides a list of the apps that a user has installed, with...

type: feature request
external
api: drive
priority: p4

Using `OtherContacts.list()`, I succeeded to get a list of `Person` instances there (relevant link [here](https://developers.google.com/people/api/rest/v1/otherContacts/list) and [here ](https://developers.google.com/people/api/rest/v1/people#Pe)), but as the API says, I can only request to fetch this...

type: feature request
priority: p4

Or maybe it's already sorted as such? I want to cache the results and later if there is none on the query, ignore them all. Or to update what's cached...

type: question
priority: p4