Deployment error in App Engine - you must be logged in to complete this action

I am new to Android Studio and just ran the tutorial https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/GcmEndpoints without any problems.

However, when I try to deploy my server to the application server, it turns me on: "You must be logged in to transfer this action."

enter image description here

I have no idea why this is saying. I can easily find the project in the list, and I logged into my google account in various browsers, including Chrome.

Gone on the Internet, but no one else had a problem.

Best regards allan

+4
6

, auth , , , .

" ". . :).

+3

. .....................................................

1: Google Devloper. , .
2-: Android Studio → → .
3: "" → " Google", chouse_module.
4-: Google, " Java App Engine". .
5-: backend Gradle, .
6-: "Build → Rebuild Project"
7-: , http://localhost:8080.if, , devappserver-endpoints .

Backend Android.
...........................................................

8-: Backend- .
9-: API- Cloud. Async Project. Async AsynctaskClass.java
10-: , AsyncTask Android. : new EndpointsAsyncTask(). Execute ( (, "" ));
11-: Ckeck, .
12-: , , 7.
13-: . . , , - Toast.

App Engine
......................................................

14-: , Google App Engine.    , , "" > "".    "a > App Engine".
15-: src/main/webapp/WEB-INF/appengine-web.xml myApplicationId , . 1.
16-: , .
17-: Deploy , Google Devloper Console. 1.
18-: "".
19-: , backend App Engine, Android, AsyncTask, 9, , ReplaceCode.java, .
20-: App Engine!. -: https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/HelloEndpoints. https://cloud.google.com/tools/android-studio/app_engine/add_module?hl=en.

0

Ive -, , eclipse sdk puglin. - , , , Android ( , ). , , , ur Android, , .

, ...

0

gradle.

android

gradlew appengine:update

gradle google appengine . appengineUpdate.

Gradle / android studio example

android appengine gradle build.gradle , . .

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.google.appengine:gradle-appengine-plugin:1.9.18'
    }
}
0

, Android Studio Ver2.2 Ubuntu 14.04

Android Studio SignIn Android Studio IDE. , , , .

Build- > Deploy to app Engine- > " " , ,

gradlew api: appengineUpdate . ( ).

File- > Setting- > Web- ( Chrome, Firefox, Safari ). " ". , , .

, , , , .

0

. , , " ", google. , .

0

Source: https://habr.com/ru/post/1618854/


All Articles