[google-appengine] Locked out of my app for not having owner

2013-07-10 Thread David Cifuentes Cortes
Hello,

The account that used to be owner and creator of the application was 
deleted from Google Apps and now the only account with permissions is mine 
with only developer privilegies. I wonder how to get the owner role back to 
my app.

App ID: www-endpoints

Thanks,

David Cifuentes

-- 


*Eforcers S.A.*
www.eforcers.com
Cra. 12 No 90-20
Of. 301, 303, 306 
Bogotá, Colombia 
PBX [+571] 622 8320
FAX [+571] 622 8275
i...@eforcers.com

https://lh6.googleusercontent.com/-TagOBY1o2z4/UJLn6n91fxI/BiI/gBO6aLNbt_A/s1600/ISO-9001-2008-GoogleAppsDeployment.jpg

La información aquí contenida es para uso exclusivo de la persona o 
entidad de destino. Está estrictamente prohibida su utilización, copia, 
descarga, distribución, modificación y/o reproducción total o parcial, sin 
el permiso expreso de Eforcers S.A., pues su contenido puede ser de 
carácter confidencial y/o contener material privilegiado. Si usted recibió 
esta información por error, por favor contacte en forma inmediata a quien 
la envió y borre este material de su computador. Eforcers S.A. no es 
responsable por la información contenida en esta comunicación, el directo 
responsable es quien la firma o el autor de la misma.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: DownloadError: ApplicationError: 5 Using GData Provisioning API

2009-03-13 Thread David Cifuentes

Thanks for your response Scott,

I guess it happens the same with all GData API's. It's kind of ironic,
given that they are running in the same Google data centers. I'll be
watching any progress on this.

David


On 11 mar, 00:08, scott scottums...@gmail.com wrote:
 David,

 I'm receiving the same error and similar results albeit with a
 different API. This happens when I try to create a new empty (not
 uploaded) spreadsheet. The spreadsheet shows up, but I still get
 ApplicationError:5. Until I can find the solution, I've chosen to just
 catch the exception and work around it. On my dev engine I receive a
 slightly different exception, ApplicationError:2 timeout. This happens
 on the request to google. Again, in dev even though I get the error
 the spreadsheet is created. The details of the request are listed
 below. The request looks to be in line with the API sample code 
 athttp://groups.google.com/group/Google-Docs-Data-APIs/browse_frm/threa...
 and  http://code.google.com/apis/documents/docs/2.0/developers_guide_proto

 I'll keep looking and will let you know if I find anything out.

 Scott

 operation       str: POST
 url     Url:http://docs.google.com/feeds/documents/private/full
 headers dict: {'Content-Length': '254', 'Content-Type': 'application/
 atom+xml', 'User-Agent': 'None GData-Python/1.2.2'}
 data    GDataEntry:
 ?xml version='1.0' encoding='UTF-8'?
 ns0:entry xmlns:ns0=http://www.w3.org/2005/Atom;
 ns0:category scheme=http://schemas.google.com/g/2005#kind;
 term=http://schemas.google.com/docs/2007#spreadsheet; 
 /ns0:titleNoNameSheet/ns0:title

 /ns0:entry

 From the error log:
   File /base/data/home/apps/mamooproject/1.331984609576213456/gdata/
 service.py, line 1147, in Post
     media_source=media_source, converter=converter)
   File /base/data/home/apps/mamooproject/1.331984609576213456/gdata/
 service.py, line 1232, in PostOrPut
     headers=extra_headers)
   File /base/data/home/apps/mamooproject/1.331984609576213456/atom/
 service.py, line 176, in request
     data=data, headers=all_headers)
   File /base/data/home/apps/mamooproject/1.331984609576213456/gdata/
 auth.py, line 704, in perform_request
     return http_client.request(operation, url, data=data,
 headers=headers)
   File /base/data/home/apps/mamooproject/1.331984609576213456/gdata/
 alt/appengine.py, line 144, in request
     method=method, headers=all_headers, follow_redirects=False))
   File /base/python_lib/versions/1/google/appengine/api/urlfetch.py,
 line 273, in fetch
     raise DownloadError(str(e))
 DownloadError: ApplicationError: 5

 On Mar 9, 7:03 pm, DavidCifuentesdavid.cifuen...@eforcers.com
 wrote: Hello,

  I'm getting this error when I'm using the GData Provisioning API to
  create user accounts from GAE. The weird thing is that it works well
  on the development environment and even in the production server the

 ...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] DownloadError: ApplicationError: 5 Using GData Provisioning API

2009-03-09 Thread David Cifuentes

Hello,

I'm getting this error when I'm using the GData Provisioning API to
create user accounts from GAE. The weird thing is that it works well
on the development environment and even in the production server the
accounts are actually being created in Apps. I've read about this
error in other threads but there is no final solution. Can I just
catch and ignore this error?? is there a way to check if the account
was created or not depending on the availability of the provisioning
API??

/base/data/home/apps/wiivalley/1.331910885804920038/common/zip-
packages/django-1.0.2.zip/django/core/handlers/base.py, line 86, in
get_response
response = callback(request, *callback_args, **callback_kwargs)
  File /base/data/home/apps/wiivalley/1.331910885804920038/
registration/views.py, line 67, in activate
account = RegistrationProfile.objects.activate_user
(activation_key)
  File /base/data/home/apps/wiivalley/1.331910885804920038/
registration/models.py, line 85, in activate_user
service.CreateUser(user_name=user.username,
family_name=user.last_name, given_name=user.first_name,
password=profile.sha_password, password_hash_function='SHA-1')
  File /base/data/home/apps/wiivalley/1.331910885804920038/gdata/apps/
service.py, line 340, in CreateUser
return gdata.apps.UserEntryFromString(str(self.Post(user_entry,
uri)))
  File /base/data/home/apps/wiivalley/1.331910885804920038/gdata/
service.py, line 1147, in Post
media_source=media_source, converter=converter)
  File /base/data/home/apps/wiivalley/1.331910885804920038/gdata/
service.py, line 1232, in PostOrPut
headers=extra_headers)
  File /base/data/home/apps/wiivalley/1.331910885804920038/atom/
service.py, line 176, in request
data=data, headers=all_headers)
  File /base/data/home/apps/wiivalley/1.331910885804920038/gdata/
auth.py, line 704, in perform_request
return http_client.request(operation, url, data=data,
headers=headers)
  File /base/data/home/apps/wiivalley/1.331910885804920038/gdata/alt/
appengine.py, line 144, in request
method=method, headers=all_headers, follow_redirects=False))
  File /base/python_lib/versions/1/google/appengine/api/urlfetch.py,
line 273, in fetch
raise DownloadError(str(e))
DownloadError: ApplicationError: 5

Thanks for any help.

David Cifuentes
Eforcers.com
Bogotá, Colombia
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---