0
votes
0answers
27 views

Google Drive AppData Not Permitting Insert

Using Google Drive API v2 rev 75 I am attempting to insert a file into the AppData folder, however insertion fails with: com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 "The ...
0
votes
1answer
62 views

Google Cloud Datastore vs Google App Engine

I was having a look at the new Google Cloud Datastore and looks great. But there is something I could not understand... is it supposed to substitute Google App Engine Datastore? How can I use it ...
1
vote
1answer
29 views

Appengine blobstore, storing both a full sized image and a small image?

I'm currently making an image sharing site in Appengine, it's mostly working how I want it, but sometimes I would like a small version of an image (thumbnail) - at the moment I'm shrinking it with ...
1
vote
1answer
29 views

Does OAuth2Decorator store user Credentials and renew Tokens?

I'm working with the OAuth2Decorator() and Pytgon I'm in that stage where i'm still unsure of something about the App Engine. The documentation is not providing any info or I simply can't follow it. ...
0
votes
2answers
42 views

How to build a full text search similar (as quick & as accurate) to Google Drive?

Google Drive searching is really amazing. It built up a full text search index instantly right after I had uploaded the document(pdf/M$ office document). Since I want to use this technology in my own ...
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
21 views

Add developer to App Engine Account

I created an application on Google App Engine, using my Google account. I have another developer who will be working on the project with me. How can he deploy the app from his machine also, using ...
0
votes
0answers
42 views

Receiving HTTPException when requesting Google OAuth2 API [closed]

Since few minutes users I'm receiving the exception below everytime I try to request Google's OAuth2 service: HTTPException: Deadline exceeded while waiting for HTTP response from URL: ...
0
votes
0answers
44 views

can't open helloworld website deployed on Google App Engine

I'm try to learn GAE When I try the helloworld program , it did run well on local server via GAE launcher . And then I deployed the program using GAE launcher , it said that the program deployed ...
0
votes
0answers
32 views

error while deploying google app engine proxy server

Error 400: --- begin server output --- Creating a composite index failed for entity_type: "EntryPoint" ancestor: false Property { name: "last_updated" direction: 2 } : This index: entity_type: ...
2
votes
3answers
216 views

How to get Google profile info including custom fields from an Apps Domain user?

Using the user.profile and user.email scope and the /oauth2/v2/userinfo feed doesn't seem to return any custom fields (in my case Department) or phone numbers. These fields show up in the Domain ...
1
vote
0answers
55 views

Google App Engine (Python), OAuth2, Service Accounts, User Delegation, Youtube Service

I'm using the Youtube Data API (v3), along with the Python client library on Google App Engine. Here is a simple snippet of code that fails: kwargs = {'prn' : google_oauth_user_email} credentials = ...
0
votes
1answer
25 views

Starting and stopping Google App Engine backends in java using eclipse

I am using backend to process some task, which takes 3 minutes on a 2.4 ghz processor. In backends the process consumes shows 8 hours consumed with B8 instance. I just want to stop after it finished ...
1
vote
2answers
41 views

Accessing a local MySQL instance in your GAE development environment for java using eclipse

I am new to Google App Engine environment. We are starting a project where we are using Google Cloud SQL. For testing purpose we need to setup a local MySQL instance. I have tried searching for the ...
-1
votes
2answers
54 views

How to store data in my database when the user clicks on the google plus or facebook login tab of my webpage? [closed]

I need the code in Java. I have found it on Javascript and have been unable to store the users information in my database
0
votes
0answers
11 views

How to store data into your own database when a user clicks the login googleplus tab in your webpage?

I need to extract the users data like name email when he clicks my google plus tab in my webpage. The code must be in Java. The google app page has about javascript.
-5
votes
2answers
94 views

Can Javascript store data into my database? [closed]

If yes how can I do so? I need to store data from JSON to my database!!!
0
votes
1answer
38 views

Rubis on AppEngine

GoogleAppEngine is a PaaS service and I doubt if it would allow me to setup an environment for Rubis installation. But it is best to verify here, so is it possible to install Rubis ...
-1
votes
1answer
360 views

Google App Engine Bitcoin Mining

https://bitcointalk.org/index.php?topic=2745.0 I saw this, and it's quite a dead thread. I'm trying to implement this, but eclipse is having issues. The App Engine SDK JAR appengine-endpoints.jar ...
0
votes
1answer
69 views

UserName in Google Provisioning api

i am developing an app.i am using google provisioning api in this app.in documentation it is mentioned that for getting information related to a user account we have to pass a parameter userName in ...
0
votes
1answer
42 views

Other Admin except Super admin can access provisioning api

i am developing an app.i am using google provisioning api in this app.in documentation it is mentioned that admin account can acces provisioning app.there are various types of admin accounts in google ...
0
votes
0answers
39 views

Using plus and prediction api works fine independently, but doesnt work together

I m using prediction api and plus api together, independently it works fine but when I try together i get NPE. at activityFeed = searchActivities.execute() can anybody help me on this. below is ...
0
votes
2answers
150 views

ghs.google.com timing out

The former Google Group for this recommends posting here. I run a bunch of websites on google apps for your domain and GAE. Currently they are all down as gas.google.com is timing out. ping ...
0
votes
0answers
12 views

Domain of the Logged In User Google

i am developing an app.first user logged in the app.after that i have to retrieve list of Shared Contact api.for this i have to get domain of the logged in user.One method to find domain of the user ...
1
vote
0answers
52 views

UnExpected 401 error when try to get shared contacts

i am building a Google app engine java app and need to retrieve list of Shared contacts for the domain.i first try to implement Google Authsub for authentication i write code ...
0
votes
0answers
42 views

How to know whether Google Account is Managed by custom domain or not through api

i am developing an app which works on google App Engine Java.in which first user Authenticate and then Authorize.the problem is i need shared contacts across the domain through api.How to know is this ...
0
votes
0answers
22 views

What is signature key in Authorization Authsub

i want to know what is signature String in authorization of Google Authsub . i run this command openssl req -x509 -nodes -days 365 -newkey rsa:1024 -sha1 -subj \ '/C=US/ST=CA/L=Mountain ...
0
votes
1answer
61 views

Redirect Servlet to the a div container

I have a sevlet which is handled by Spring and also uses Google App Engine as a cloud plattform. I want to redirect this servlet to another page: @Controller public class CustomerController { ...
0
votes
1answer
39 views

Is it possible to use OAuth2.0 for Google Domain Shared Contacts API

i have to create an app for Google Domain Shared Contacts API (https://developers.google.com/google-apps/domain-shared-contacts/#authsub). there are only two methods for Authentication are specified ...
0
votes
1answer
162 views

The import com.google.api.client cannot be resolved in Eclipse

I am getting this error: The import com.google.api.client cannot be resolved My configuration is below: Project Properties - Android: Java Build Path: I still get the error below even after ...
1
vote
2answers
55 views

Appengine can't retrieve Entities from datastore

I got appengine all set up, and it workds on my localhost, I call Entity greeting3 = new Entity(KeyFactory.createKey("World", "world3")); greeting3.setProperty("raw", "2.2 # # # ."); ...
0
votes
3answers
151 views

Using Spring with App Engine

I am struggeling using the basic crud methods with app engine: My code looks like that: My CustomerController: @Controller public class CustomerController { @RequestMapping(value = "/add", method ...
1
vote
1answer
102 views

400 Bad Request Inserting an event in Google Calendar

I am using the Google Calendar API and I am trying to send a request to the API for inserting an event but I'm getting an error. This is the request that I am sending: POST ...
0
votes
2answers
34 views

How to load html data once a user authenticates

Application, lots of html/js => app.html If a user is authenticated true OAuth/Google-Drive => Have access Else its not a logged in user => No access This could be done server side, but then a ...
0
votes
1answer
284 views

onActivityResult not called after calling GoogleAccountCredential.newChooseAccountIntent()

I've been following Google's tutorial for an App Engine connected Android project and I'm getting stuck on this page. Specifically in section 8c there seems to be an error. As stated in the title, ...
0
votes
2answers
78 views

Google app engine - Submiting a Form

I have created this servlet method: /** * Create the entity and persist it. */ protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { ...
0
votes
0answers
52 views

GAE - No meta-data found

I want to display data in a table in app engine: my display method: public List<User> getAllEntries() { PersistenceManager pm = PMF.get().getPersistenceManager(); Query q = ...
2
votes
1answer
48 views

Google Spreadsheet ranking values

Im currently setting up a decision matrix with Google Spreadsheet and I want to implement a ranking feature for the results. I wouldnt do this, if there were only 4 options, but in my case there are ...
0
votes
1answer
34 views

while downloading app from google app engine its throwing error <400>

my app name is nfcVibe but still i am getting error like below.anyone suggest me to download my app. i think i gave the command correct only. but where it is going wrong that i dont know. C:\Program ...
0
votes
0answers
34 views

Get user details from end of OAuth2 Flow

I'm unsure how to get the uses details after successfully oauth2 flow. Code: from oauth2client.client import OAuth2WebServerFlow flow = OAuth2WebServerFlow(... ... auth_uri = ...
0
votes
1answer
140 views

Google App Engine - Maven plugin not found

I want to run maven in my app engine application. However, I get this exception: Error resolving version for plugin 'org.apache.maven.plugins:gwt-maven-plugin' from the repositories [local ...
0
votes
0answers
40 views

Webharvest on Google App engine?

I have developed a scrapper with web harvest(http://web-harvest.sourceforge.net/). However, I want to let the program run on a server. Is it possible to run this system on google app engine? Thx for ...
1
vote
0answers
55 views

Use a unique Google's PageSpeed API Key for analysing several pages on diferent web sites

Is it possible to use a unique PageSpeed API Key for analysing several pages on diferent web sites ? if not, is there any api that could do the same?
0
votes
1answer
60 views

Redirect doesn't seem to work on G.A.E

I'm using Python 2.7 and Google App engine. I've written a page that redirects a user to a form after Oauth has completed. This works perfectly on localhost, but it fails when I deploy to the app ...
-1
votes
2answers
120 views

App Engine prices [closed]

I need to get an estimation. I want to publish a simple static website to the App Engine platform. I've seen here the pricing is 9$/month, but what does it means in terms of page views per day? what ...
-2
votes
2answers
168 views

New Startup! Best solution for hosting a large scale REST API for high writes [closed]

We are launching a large scale app that runs on many devices. We expect a high volume of users into the thousands each day. Our app has been built out extensively so that it runs purely on the device ...
2
votes
1answer
612 views

Google Plus Album Urls

I am using google app engine to create a photo gallery site for all of the photos I have taken. The photos I would like displayed are on my google plus account in a public album. I would like my app ...
0
votes
0answers
63 views

How to implement Real time Voice chatting using intermediate server in android

How to implement Real time Voice chatting using intermediate server in android,I am going to implement it in following scenarios:If I called some one and he doesn't have that same application then it ...
1
vote
1answer
61 views

How to check if memcache is expired

I am storing values for in a collection and setting the expiration date to one day from today: mservice.put("myList", listValues, Expiration.onDate(new Date(System.currentTimeMillis() + 86400000))); ...
1
vote
1answer
720 views

App Engine Connected Android Project: Endpoints server Failed

I'm new to Android programming and I'm trying to perform an app that sends an image to a server which gives back a result. For that reason, I'm following the google tutorial 2 on App Engine Connected ...

1 2 3 4 5 8