There was an error while loading. Please reload this page.
Could you add a sample showing how to use MyBusinessAccountManagement.Builder?
Following the pattern for the MyBusiness lib, I'm currently using
new MyBusinessAccountManagement.Builder(transport, JSON_FACTORY, credential) .setApplicationName(APPLICATION_NAME) .build()
but I'm getting a
java.lang.NoSuchMethodError: com.google.api.client.http.HttpTransport.isMtls()Z
error.
Could you add a sample showing how to use MyBusinessAccountManagement.Builder?
Following the pattern for the MyBusiness lib, I'm currently using
but I'm getting a
java.lang.NoSuchMethodError: com.google.api.client.http.HttpTransport.isMtls()Z
error.