I have found a problem with GAE Cloud Endpoints when I  try calling a 
function and I need the result of this function to other call.
I know that I could resolve this problem to other way, but I want 
understand how I can do this. 
This is the summary, working in JavaScript.
I call  to a gapi function to send an image to Server, when the process to 
save finish, it return an url and i use this url to save the complete data 
to user.

The problem is that the users data always is saved before than the response 
arrive and it is saved without url that I need because the second call 
don't wait to first call.


I have tried to use callbacks and  other tools but I don't find the way.

Somebody had been the same problem? Thanks you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9a2e0d86-f048-4607-b8ab-d3bc4be71d05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Juan Antonio Fernández Sánchez

Reply via email to