Questions tagged [remoteapi]

69 questions
0
votes
1 answer

Configuring GAE Remote API on the Server

The introduction to Remote API for Java at https://developers.google.com/appengine/docs/java/tools/remoteapi runs fine but I just get 404 errors: Exception in thread "main" java.io.IOException: can't get appId from remote api; status code = 404,…
eriq
  • 31
  • 1
  • 3
0
votes
1 answer

executing scripts in remote_api for app engine

I would like to use the remote_api in python app engine to upload some 4000 entities to the ndb datastore from my desktop.The instructions are quite clear on how to use remote_api shell from this article…
Akheel K M
  • 170
  • 1
  • 2
  • 10
0
votes
1 answer

I'm unable to connect Docker Remote API using nodejs hosted in AWS

I have created t1.micro instance in Amazon web-services(AWS), and installed docker.io. I executed following commend in SSH client "sudo docker -H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock -d &". when I am trying to get all images :…
venkat7668
  • 2,657
  • 1
  • 22
  • 26
0
votes
1 answer

Get custom data in application - Pushwoosh

I have a Premium Account from Pushwoosh and I want to send custom data (JSON) from the server over the Remote API. Now my question is, how do I get this data in my application. So how can I read this data in my Application. I am programming in…
user3086983
  • 65
  • 1
  • 5
0
votes
0 answers

Giving and Receiving access to a Google App Engine App/Datastore

I want my GAE app's main page to take another app's url, and then have access to it's datastore or some variable it is just holding. I have seen the article and doc for Remote API. But it requires my app to know the other apps before hand. So is…
0
votes
1 answer

Google App Engine 1.7.6 Remote API error

Prior to the 1.7.6 dev server update, I was able to use /_ah/remote_api to upload test data to my dev server having to go through the authentication process by not entering a username and password (hitting return twice). Since the update, this now…
Jon
  • 734
  • 1
  • 7
  • 30
0
votes
1 answer

Timeout while fetching for remoteApi GAE

I'm using Java to implement remoteAPi in Google App Engine (GAE) by following this tutorial: https://developers.google.com/appengine/docs/java/tools/remoteapi but after configuring at web.xml, I use the following codes to insert new entity to local…
Chung
  • 947
  • 1
  • 12
  • 22
-1
votes
1 answer

Access a remote api from frontend react.js without any server side code

I am trying to access remote URL from fetch/axios post API in react.js. Here is my code in react- const requestOptions = { method: 'POST', crossDomain: true, mode: 'cors', // no-cors, *cors, same-origin …
-2
votes
1 answer

How can I set shutter speed and iso settings in sony DSC qx10 lens style camera?

I have created a sample application and I am getting list of available apis from camera which include only getSupportedIsoSpeedRateand not setIsoSpeedRate,getAvailableIsoSpeedRate,getIsoSpeedRate. And when I send request for setIsoSpeedRate I am…
Viral Thakker
  • 547
  • 2
  • 10
1 2 3 4
5