0
votes
0answers
20 views

Empty Package (model) in generated client jar

I have an app engine app that I want to expose its data to android app. I can test the endpoint's method just fine using curl/the explorer. However when I generated the android client using: ...
0
votes
0answers
23 views

Build Android apps server

I'm building an Android app for printing documents by the application server that will send the document to the server and the server sends the document to the selected printer to print (on the server ...
1
vote
0answers
35 views

GCM XMPP on Appengine?

Google just announced a new api for GCM to IO13 that using the xmpp protocol. Is it possible to use this api with appengine? It does not look like it would work with appengine's XMPP support, but ...
0
votes
1answer
36 views

Android Webview - HTTP Error 504 Gateway timeout

I have android app that used webview to display Google App Engine web app. How to overwrite the default HTTP Error 504 Gateway timeout encountered in my app? HTTP Error 504 Gateway timeout The ...
1
vote
1answer
59 views

How to verify Android id token on App Engine backend

my goal is to build simple app engine back end for my android app. Purpose of this back end is just to verify android clients calls ,and provide password which will be used for further https ...
0
votes
1answer
45 views

Google App Engine Connected Android (Eclipse) device endpoint error

I am just started exploring app engine with android (Java) and I followed a link to teach me how to create an App Engine Connected Android Project. ...
0
votes
0answers
45 views

java.io.FileNotFoundException: while downloading GAE blob file from android

I am having a text file in GAE blob store already. I tried to access that file from android and save it into SD card. String filename = 'HelloWorld.txt'; String fileURL = ...
-1
votes
0answers
35 views

Android app authentification to App Engine through Google Accounts API [closed]

How do I connect an Android app to a Google App Engine Service using Google Accounts authentication? How can I extend following example: Creating an App Engine Connected Android Project
0
votes
1answer
58 views

Android Endpoint project - TicTacToe example not launching

As I am trying to do a Endpoints connected Android project and encountered an error, I tried to launch the sample app provided by Google ...
-1
votes
1answer
38 views

How can I create a login to store user data even without a login form? [closed]

I am developing a mobile game where the user can have some data stored in a GAE server. I would like to allow the user to play even if he don't created a username (the I would generate a random user ...
2
votes
1answer
48 views

Google Cloud Endpoint keeps throwing “unexpected end of stream” exception

Does anyone know why Google Cloud Endpoint keeps throwing unexpected end of stream exception even before my app engine instance is actually reached? I keep getting the following error when I call my ...
0
votes
0answers
48 views

Searching for registered device… (Cloud Endpoints Starter Template)

I'm a .NET developer and new to Android. I have successfully written an Android application that utilize SQLite for data storage. Now I would like to connect the application to a Google Cloud ...
0
votes
1answer
75 views

App Engine datastore to Android listview

I have set up a basic entity class in my App Engine backend. `@Entity` `public class Club {` `@Id` `private int id;` `private String clubName;` `public Club() {` `}` `public int ...
1
vote
0answers
29 views

Java Client for Android - constat channel with server

I'm developing mobile application that makes your smartphone as controller for the game. The communication between mobile client and server should be as quick as possible (mobile app is going to send ...
0
votes
1answer
26 views

Project 'CloudTasks' is missing required source folder: 'CloudTasks/endpoint-libs/libdeviceinfoendpoint…'

Thank you in advance for your help. I'm trying to follow this tutorial and I'm getting 3 errors message "missing required source folder." I've searched and found this link that talk about the ...
0
votes
0answers
42 views

AutoCompleteTextView not working when downloading suggestions

I have an appengine connected android project, and I am trying to download from my backend a list of suggestions to use in my AutoCompleteTextView. The download is done through a class ...
0
votes
1answer
41 views

getting account name in appengine connected android project

I have an android application connected to an appengine backend through endpoints. I would like the application to know the user's google account name and I wondered if there was an easy way, without ...
1
vote
1answer
59 views

getting 500 from Blobstore

Here is a bulleted list of events: My android app sends blobs to Blobstore. From app-engine console, I can see my blobs in Blob Viewer so I know my blobs got saved But Blobstore does not invoke ...
1
vote
1answer
21 views

full path of Blobstore callback url

Does anyone know the full path of the callback url that the blobstore uses? Say I specify upload in blobstoreService.createUploadUrl("/upload") as the callback. Does the blobstore call ...
2
votes
1answer
79 views

Android webservice authentication

I want a web service to enhance my app. However - I'm unsure what the best way to handle regitration/authnetication is. I don't want my users to sign up but it would be nice if I somehow could use ...
0
votes
1answer
56 views

Android: Get token of authenticated account

I have android app comunicating with api on remote server. I want to make user authentication via google account. I know there's many pages/questions about this topic, but I kind of couldn't figured ...
5
votes
1answer
57 views

Why does blobstore upload code have redirect url

I imagine the process of using the blobstore to store images ends in saving the blob key in the datastore. So in the following code, which is supposed to be in my backend, why do I need a redirect URL ...
4
votes
2answers
82 views

How would I use blobstore to process android images

Can someone please clarify this for me. I am reading the developer page about the blobstore at https://developers.google.com/appengine/docs/java/blobstore/overview. I can't seem to wrap my head around ...
11
votes
0answers
104 views

using blobstore with google cloud endpoint and android

I am developing an app-engine connected android project using the eclipse plugin. One aspect of the app is to allow user Alpha to send pictures to user Bravo. To do that I have the following setup: ...
1
vote
2answers
82 views

Test android webview html 5 app

Hello I am making an Google Appengine hosted HTML5 webapp. It is going swell so far except that every time i want to test the webpage I have to upload it to the server so that my phone can go and get ...
0
votes
4answers
212 views

Explain the functionalie of JSON

I think it is better to understand why I have so many problems with JSON that i explain you what my goal is: I work with Googles App Engine. There I want store data. The data looks like user - ...
0
votes
0answers
63 views

import errors in Appengine connected android project

When I create an Google App Engine connected Android project, I get the import error: The import com.name.deviceinfoendpoint cannot be resolved I also have, in the endpoint libraries, the error: The ...
0
votes
2answers
66 views

Google Endpoints generated libraries for JAVA have wrong package

I have strange problem with generating process. After click on Generate Cloud Endpoint Client Library everything works right, but if I look in the endpoint-libs/ folder I saw that former folder ...
1
vote
1answer
121 views

how to fetch data from google app engine datastore in android

i'm new to google app engine and i follow it's documentation at https://developers.google.com/appengine/docs/ carefully.Now I've successfully stored my data on google app engine store by creating web ...
1
vote
1answer
37 views

How to change from google eclipse plugin 1.7.7 to 1.7.5

Due to a bug in the google sphere I need to change from GEP 1.7.7 to version 1.7.5 or 1.7.6. How would I effect that change? I look in the eclipse marketplace, from within eclipse, but the plugins are ...
-2
votes
1answer
37 views

Selling Android apps without being on merchant list [closed]

i would like to register a merchant account, but my country is not on the list. But here is the thing, i have bank account in the US, can i just use that when setting up merchant account or is it not ...
5
votes
1answer
321 views

appengine connected android project dead on arrival

I am following the tutorial to the letter; well, it's actually pretty basic so there is really nothing there. But when I created the project, the android portion is not compiling. Eclipse complains ...
1
vote
0answers
34 views

setting appid cause appengine endpoint to stop working with android

I have been developing an appengine connected android project using GEP. So after everything works to my satisfaction, I deploy the backend. During deployment I was asked and so created an app-id for ...
0
votes
3answers
101 views

how to verify Google ID-token?

I want to authenticate Android users with a Go AppEngine backend, I can easily get an ID-token in Android by following ...
1
vote
1answer
105 views

Protobuf 2.5.0 bug?

I've migrated from google protobuf v. 2.4.1 to v. 2.5.0 (no other change). I had a perfectly working client-server [android<>gae dev server] communication using 2.4.1. Now with 2.5.0 it is broken. ...
3
votes
0answers
102 views

error in App Engine connected android project

I downloaded the Google plugin for eclipse with all the necessary tools. When I create in eclipse a new 'App engine connected android' Project there are immediately the following 4 errors (without ...
1
vote
0answers
81 views

How to access to google drive and create/edit table fusion with app phoneGap

please if somebody can help me to find a way to develop a function that allow me, through my app phoneGap (and sencha) to access to my google drive's account and create my own tables (google fusion ...
2
votes
2answers
72 views

how do I point my android app to my online apengine endpoint

I have created an app-engine connected android project. Presently I have deployed my backend (endpoint api) to app-engine. Now I want to point the android app (apk) to the online server/api. How do I ...
4
votes
2answers
158 views

Local testing for Android App using Cloud Endpoints for Google App Engine

I am developing an Android app that uses Google Cloud Endpoints on Google App Engine (in Python) for its backend. The Android app authorizes the user using Google Play Services on the Android device, ...
0
votes
0answers
56 views

Number of Server API Calls in a cross-platform game (like Slotomania) [closed]

I want to figure out the expected number of API calls to a server from a game application (it's a casino slot-machine game, like Slotomania, for example). In a game like Slotomania, which is on ...
0
votes
1answer
61 views

Google AppEngine backend for Android not finding registered devices

I'm following the tutorial https://developers.google.com/eclipse/docs/endpoints-androidconnected-gae Everything seems to work fine, but the backend in the browser. Navigating to localhost:8888 ...
0
votes
1answer
33 views

Using Proguard on App Engine Connected Android Client

I'm getting close to putting my app up on the Google Play store and I'm trying to obfuscate with Proguard. It uses GAE and the RequestFactory and I'm getting the 'RequestFactory Validation Tool must ...
4
votes
2answers
287 views

Google App Engine Java and Android Getting Started

I've been struggling to get the example running from below: https://developers.google.com/eclipse/docs/getting_started The first problem I had was didn't have installed 'Google Cloud Messaging for ...
0
votes
1answer
258 views

How to use the Google App Engine as a backend database for Android applications

I'm actually a beginner in android and needs a lot of help. I have made an app with embedded database and now want to put it onto some dynamic location. Have simple form of data (some addresses and ...
0
votes
0answers
72 views

Transforming an uploaded image into string in python

So I am using Google App Engine for an app, and i need to pass a picture from GAE to an android client. In order to do this, i though of transforming the picture in a strig and send it as a json...(i ...
0
votes
0answers
25 views

Google App Engine sorting error Android

I'm trying to set up a Online-Scoresytem for my Android App with the Goole App Engine. Everything works fine exept for the sorting. Here is the relevant code: DatastoreService datastore = ...
0
votes
0answers
41 views

Google App Engine request returns status code 200 when i'm expecting 403

I'm making an android app that makes a request to a google app engine service. The service requires authentication with a google account. I can authenticate the user and make a request with no ...
1
vote
0answers
66 views

Blobstore createUploadUrl() returning a non-verifiable URL to Android

My App Engine instance suddenly started playing funny once I upgraded the SDK and re-ran generation of the endpoints. createUploadUrl() is returning a URL in the format ...
1
vote
2answers
130 views

Package name error in app engine connected android project after endpoint library generation

After creating a new app engine connected android project it immediately generates errors in the build path of the generated client libraries. It suddenly happened in my other main project (that ...
1
vote
2answers
130 views

How can I send from the server-side (Google App Engine, Cloud Endpoints) the information to my client?

I have an Android Application that is stored in the Cloud, with Google App Engine. I use Cloud Endpoints. My problem is that I cannot send the data from the server to my client(Android Device), or ...

1 2 3 4 5 11