google-cloud-endpoints-v2

Android Plugin for Gradle 3.0.0 : Could not find com.google.http-client:google-http-client-parent:1.24.1

♀尐吖头ヾ 提交于 2019-12-01 15:15:47
I had to migrate my android project to new version of Android Studio and Android pluging for Gradle. I followed all instructions at https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration?utm_source=android-studio#new_configurations but when sync and build, i got a build error related to google-http-client-parent:1.24.1 stating it is not present in repositories Maven or Jcenter (indeed this version doesnt exist yet) In my app gradle i am only using com.google.http-client:google-http-client-android:1.23.0 and i have no libraries with such 1.24.1 version so after hours of

Google Cloud Endpoints + Firebase Auth: method_info is not set

这一生的挚爱 提交于 2019-12-01 06:16:21
问题 So I am running the sample code provided by Google: package com.neat.backend; /** * An endpoint class we are exposing */ @Api( name = "myApi", version = "v1", namespace = @ApiNamespace( ownerDomain = "backend.neat.com", ownerName = "backend.neat.com", packagePath = "" ), issuers = { @ApiIssuer( name = "firebase", issuer = "https://securetoken.google.com/" + PROJECT_ID, jwksUri = "https://www.googleapis.com/robot/v1/metadata/x509/securetoken@system.gserviceaccount.com") }) public class

appengine-maven-plugin:1.3.1 run failed non zero exit

空扰寡人 提交于 2019-11-28 14:05:38
问题 I'm trying to create hello-endpoint-framework using maven archetype I used this command to build project. mvn archetype:generate -Dappengine-version=1.9.63 -Djava8=true -DCloudSDK_Tooling=false -Dapplication-id=your-app-id -Dfilter=com.google.appengine.archetypes: I set -Djava8=true because I want to run this in java8 . Here is pom.xml file. <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi