google-api-java-client
google-api-java-client copied to clipboard
Google APIs Client Library for Java
Source-Link: https://github.com/googleapis/synthtool/commit/1547f9a33de075d31d434bb3c9d7f53f068e0ff3 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:bc2bf47c7370f1b1a8a46b0c104ce7e43644ac58902c9de265fe1f253fcc2506
Are there plans for supporting Java modules now that JDK 11 is out? [Automatic module](https://stackoverflow.com/questions/46713289/how-to-use-3rd-party-library-in-java9-module) doesn't seem to work for this artifact. > error: module not found: google.api.client
I want to create Event in calendar with such code ``` Event event = new Event() .setSummary("Vacation from app") .setLocation("800 Howard St., San Francisco, CA 94103") .setDescription("A chance to hear...
hi
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...
:robot: I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
There is a the [Boq violation](http://go/boq-conformance-violations/BLOCKING) for [MtlsUtils](https://fusion2.corp.google.com/invocations/2ae0743e-d7e5-4389-a9fd-115ef50581e1/targets/%2F%2Fjavatests%2Fcom%2Fgoogle%2Fads%2Flift%2Fmmm%2Fconsultation%2Fboq:inspection_conformance_test;config=bdb61ef478e1953f27d29ce05bb3368addacc7edd8000dbc9918370a2ae221ee/tests;row=19) regarding blocking I/O when we try to migrate this repo to google3. Even though it is not required to not having blocking...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.googlejavaformat:google-java-format](https://togithub.com/google/google-java-format) | `1.13.0` -> `1.17.0` | [](https://docs.renovatebot.com/merge-confidence/)...
Using the same method as https://github.com/googleapis/google-http-java-client/pull/1847 to use surefire's jvm system property Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can...
I have got the error message in console: {"valid":true,"blocked":true,"suppressed":false} Uncaught TypeError: gapi.auth.getToken() is null. Authorised JavaScript origins: https://krishan.econference.world/ Authorised redirect URIs: https://krishan.econference.world/social-engagements Authorised domains: econference.world Here's my Script: function auth()...
Problems uploading files to google drive: java.io.IOException: Error writing request body to server
[Storage: com.google.cloud.storage.StorageException: Error writing request body to server #3410](url) ``` Caused by: java.io.IOException: Error writing request body to server at sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.checkError(HttpURLConnection.java:3593) at sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.write(HttpURLConnection.java:3576) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126) at java.util.zip.DeflaterOutputStream.deflate(DeflaterOutputStream.java:253) at...