Questions tagged [remoteapi]
69 questions
0
votes
1 answer
React and table does not sync
I'm using react antd table with pagination,sort & etc. it'll fetch data when component is loaded. when te user clicks on pagination it should call Api and get new data accordingly. it's getting bada but the table won't update with new data.
I'm new…

YM-91
- 251
- 1
- 4
- 12
0
votes
1 answer
GAE HttpResponseException: 401
I am trying to access the DataStore of one app from another GAE project using Remote API.
I am using the following code:
String serverString = "http://example.com";//this should be the target appengine
RemoteApiOptions options;
if…

jaafar Nasrallah
- 561
- 13
- 24
0
votes
0 answers
Google Cloud Remote API cannot deserialize remote error from Datastore
I'm connected locally to a remote Google Cloud Datastore using the Google's RemoteApiInstaller
When trying to save an entity into the Datastore I'm getting the error: com.google.appengine.tools.remoteapi.RemoteApiException: remote API call: can't…

jeff_kile
- 1,805
- 16
- 21
0
votes
0 answers
How can I build an image using Dockerfile which is on my git repository?
Following is the command I tried to build an image
On docker engine
docker build https://gitlab.com/abha10/First_Project/blob/master/Dockerfile.tar.gz
Using Remote API
curl -X POST \
-H "Content-type":"application/tar"…

Abhaya Ghatkar
- 322
- 1
- 5
- 22
0
votes
1 answer
sony Remote API actTakePicture Original Size
I'm using the remote API with a Alph 7R camera. I have a problem to get an Image in original size. The camera stores the image on memory card before I get the answer with the download address. This takes several seconds. When I use the camera…

Anonymous
- 11
- 1
0
votes
0 answers
Google App Engine: Using Remote API with a Local GAE Dev Server
I have a non-GAE backend that's using the Remote API to access datastore. The only way to do this (without a proxy GAE service) is to use the GAE Remote API.
This works fine when connecting the Remote Context to a GAE production deployment, but…

orcaman
- 6,263
- 8
- 54
- 69
0
votes
2 answers
Google App engine Java API writte in bucket on local dev server doesn't work
I use GCSService for writting file in a GoogleCloudStorage bucket, all works fine with online instance, but when I want to test my code on my local dev server, it's impossible to writte in a bucket (an emulate local bucket like for…

Benjyyyyy
- 33
- 5
0
votes
0 answers
"remote API is already installed" on app engine
I'm trying to use Google App Engine Remote API to connect to production datastore from my dev server. It seems like the first request is successful, and I do connect to the production datastore, but on subsequent requests it doesn't connect…

Moshe Shaham
- 15,448
- 22
- 74
- 114
0
votes
1 answer
Remote API , ClientLogin to Oauth2.0
I am using RemoteAPI for google authentication (using ClientLogin , which is deprecated) on app -engine. I want to change it to Oauth2.0 . I had googled a lot, but hadn't found much explanation. Any kind of help will be appreciated.
public abstract…

tarun14110
- 940
- 5
- 26
- 57
0
votes
2 answers
appengine python remote_api module object has no attribute GoogleCredentials
AttributeError: 'module' object has no attribute 'GoogleCredentials'
I have an appengine app which is running on localhost.
I have some tests which i run and i want to use the remote_api to check the db values.
When i try to access the remote_api by…
user5921784
0
votes
1 answer
how to add wordpress user from external remote form
i have two websites, websiteA is a worpdress website, and websiteB is a simple php website.
i want to link the two website. i have a form in websiteB and i want it to be able to add users in websiteA.
i already tried the code below , it creates user…

hanane
- 64
- 1
- 9
0
votes
2 answers
Download postview image in original size
Trying to download the postview image in original size I'm getting an error on setting "Postview image size" parameter to "Original". Downloading (and setting) the postview image with "2M" size is working well.
Are there any undocumented limitations…

crizztus
- 307
- 3
- 10
0
votes
0 answers
Upload_data not working for Google App Engine tutorial using remote_api
I am trying out the Google App Engine tutorial (https://cloud.google.com/developers/articles/how-to-build-mobile-app-with-app-engine-backend-tutorial/) and I am stuck at the "Upload Places Simulated Data" section. After much changes, I finally made…

magicmushroom
- 41
- 6
0
votes
1 answer
Python and vrep Remoteapi issue
I have been trying to use vrep with python(v 2.7) in order to do a project I'm working on. How ever when i try to test it out this happens:
import vrep
Traceback (most recent call last):
File "", line 1, in
File…
0
votes
1 answer
Google Remote API Allows Writes With View Only Authenticated User
In the Developer Console UI I cannot edit data as expected with this 'can view' user. However I am able to write to datastore by connecting to our Remote API Servlet on App Engine. From what I can tell, you can only apply an admin security…

James
- 33
- 2