Re: [google-appengine] Re: Deploying with Google App Engine Launcher

2015-11-21 Thread Oscar GamingCentral
your tip with appcfg.py helped, I finally succeeded!
Great thank you!

2015-11-20 16:09 GMT+01:00 Patrice (Cloud Platform Support) <
pvoutsi...@google.com>:

> Hi Oscar,
>
> Do you mind showing the error you're getting, and what you're running? I'm
> unclear on the phrasing you're using.
>
> In general, there are other tools you can use to deploy though, from
> gcloud to appcfg.py. What language are you coding in?
>
> Cheers!
>
> On Friday, November 20, 2015 at 1:12:49 AM UTC-5, Oscar GamingCentral
> wrote:
>>
>> Hi!
>> I try to deploy the custom tinywebdb service:
>> http://appinventor.mit.edu/explore/content/custom-tinywebdb-service.html
>> I succeeded in getting "get a value" / "store a value" to run on my own
>> machine (localhost),
>> but when I try to deploy an web page on my own pc starts up, so it get
>> not deployed externally
>> to mynewname.appspot.com...
>>
>> Any ideas why this happens and how to get deployed externally so it will
>> be available public?
>> thanks for help.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/vDrsrvNMngY/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/54b6da34-c9d3-4391-812f-2ce81528bef0%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/54b6da34-c9d3-4391-812f-2ce81528bef0%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CABwVP4yFTvZK7JkfnLOMHVFp4G%3DAvVBUWpar2NGXmkBJA1%3DuvQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Deploying with Google App Engine Launcher

2015-11-21 Thread Oscar GamingCentral
on of the problems is there is no error message after deploy, it just seems
that no deploy/upload has happened.
I'm just trying to follow the instructions at the given link in order to
make a very primitive webservice that saves and get data.
This is the slightly modified: app.yaml:
application: aarhus8210h
version: 1
runtime: python27
api_version: 1
threadsafe: true

libraries:
- name: django
  version: "1.2"

handlers:
- url: /images
  static_dir: images

- url: .*
  script: main.app




When I go to appengine.google.com, looking on the list of applications,
then my application  aarhus8210h has status "None deployed".
The webservice is needed for a simple beginner program, coding mobile app
for Android phones whitout coding.

I'm not familar with the tools you mention. I just would like to continue
the app development, but I'm stuck with these web service problems.

thanks for support!


2015-11-20 16:09 GMT+01:00 Patrice (Cloud Platform Support) <
pvoutsi...@google.com>:

> Hi Oscar,
>
> Do you mind showing the error you're getting, and what you're running? I'm
> unclear on the phrasing you're using.
>
> In general, there are other tools you can use to deploy though, from
> gcloud to appcfg.py. What language are you coding in?
>
> Cheers!
>
> On Friday, November 20, 2015 at 1:12:49 AM UTC-5, Oscar GamingCentral
> wrote:
>>
>> Hi!
>> I try to deploy the custom tinywebdb service:
>> http://appinventor.mit.edu/explore/content/custom-tinywebdb-service.html
>> I succeeded in getting "get a value" / "store a value" to run on my own
>> machine (localhost),
>> but when I try to deploy an web page on my own pc starts up, so it get
>> not deployed externally
>> to mynewname.appspot.com...
>>
>> Any ideas why this happens and how to get deployed externally so it will
>> be available public?
>> thanks for help.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/vDrsrvNMngY/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/54b6da34-c9d3-4391-812f-2ce81528bef0%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/54b6da34-c9d3-4391-812f-2ce81528bef0%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CABwVP4xpe416xCtcmEEGW6y-%3Dy0VZZ8qo1TwMop0z5invcLPRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Deploying with Google App Engine Launcher

2015-11-19 Thread Oscar GamingCentral
Hi!
I try to deploy the custom tinywebdb 
service: 
http://appinventor.mit.edu/explore/content/custom-tinywebdb-service.html
I succeeded in getting "get a value" / "store a value" to run on my own 
machine (localhost),
but when I try to deploy an web page on my own pc starts up, so it get not 
deployed externally
to mynewname.appspot.com...

Any ideas why this happens and how to get deployed externally so it will be 
available public?
thanks for help.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/502c8064-1c74-499d-aa4a-6aee86586ab8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: TinyWebDB standard example

2015-10-20 Thread Oscar GamingCentral
Yes, I was trying to follow the tutorial you provided link for; so it's me
who created "aarhus8210h".
I found this tutorial confusing, since I'm not familar how this platform
works.
I tried again to start "Goggle App Engine Launcher" on my pc, but get error
message saying I should look in  GoogleAppEnginceLauncher.exe.log,
but looking in the directory, there is no log file :-0

The part of using webservices/database for App Development i important, so
I would like if you can guide me in the right direction...
Thanks!

2015-10-19 19:23 GMT+02:00 Nick (Cloud Platform Support) <pay...@google.com>
:

> It looks like you're having an issue following a tutorial hosted on
> another site, product or service called App Inventor. This forum is for
> developers and users of the Google App Engine platform to discuss it.
>
> It seems as though the App Inventor example you were attempting (which,
> from your post I can tell involves something called "tiny web db") was
> hosted at aarhus8210h.appspot.com. It appears that the web app deployed
> at this subdomain doesn't have a request-handler which is serving an HTML
> page or file at "/".
>
> If this isn't an app you have created, you won't have any control over
> whether it serves or not, so I suggest contacting the creator of the
> tutorial you were following to let them know the site at the given link is
> down.
>
> Was this
> <http://beta.appinventor.mit.edu/learn/reference/other/tinywebdb.html>
> the tutorial you were following?
>
> I wish you the best of luck in contacting the maintainer of the tutorial
> you were following. As it stands, this issue isn't related to App Engine as
> a platform, but rather concerns only the person or organization which is
> meant to have deployed an app at aarhus8210h.appspot.com.
>
> On Sunday, October 18, 2015 at 12:22:11 PM UTC-4, Oscar GamingCentral
> wrote:
>>
>> Hi!
>> I try to learn about creating apps without coding using App Inventor.
>> One of the examples (Chat) includes use of tiny web db.
>> I tried to create this web based db, but when I press the suggested URL
>> under Application Settings:
>> http://aarhus8210h.appspot.com
>> I get
>> 404 Not found
>>
>> Any suggestions?
>> Thanks.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/4L2qA4NTbjE/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/01033a65-e497-4946-92e0-bb85d0ec0137%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/01033a65-e497-4946-92e0-bb85d0ec0137%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CABwVP4wu5EU55h9%2B0Wb%2BcBpi7dt1xMJBxVLYVvYzGoQ8dteS7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] TinyWebDB standard example

2015-10-18 Thread Oscar GamingCentral
Hi!
I try to learn about creating apps without coding using App Inventor.
One of the examples (Chat) includes use of tiny web db.
I tried to create this web based db, but when I press the suggested URL 
under Application Settings:
http://aarhus8210h.appspot.com
I get 
404 Not found

Any suggestions?
Thanks.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e823c46c-c8e5-4471-9494-c28a13c9c956%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Problems adding a third-party domain to existing google app engine application

2013-09-24 Thread Oscar Trollheden
After typing in the domain name i wish to use for the application, im 
redirected over to Google Apps to verify that i own the domain (verified 
and ready), but notting happens when i click on the desired google account.
Please advice.

Best Regards
Oscar

-- 
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] server error

2013-06-23 Thread Oscar Soto
ALL TIME!!!
Error: Server ErrorThe server encountered an error and could not complete 
your request.

If the problem persists, please 
reporthttp://code.google.com/appengine/community.html your 
problem and mention this error message and the query that caused it.



-- 
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] what is the free quota of GAE?

2010-02-15 Thread oscar

I only find this,but no cpu cycle that we can free use...


Hard limits
Quota   Limit
Apps per developer  10
Time per request30 sec
Files per app   3,000
HTTP response size  10 MB
Datastore item size 1 MB
Application code size   150 MB

Quota   Limit
Emails per day  2,000
Bandwidth in per day1,000 MB
Bandwidth out per day   1,000 MB
CPU time per day6.5 hours per day
HTTP Requests per Day   1,300,000*
Datastore API calls per day 10,000,000*
Data stored 1 GB
URLFetch API calls per day..657,084*

thanks

-- 
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-appeng...@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] Re: Error deploying sample app

2009-08-24 Thread Oscar

Oops.

Why every question I search about this topic ends with at Are you
behind a proxy?


It would be nice if you say:

 If you are behind a proxy do this, and that  and it get fixed.

Or

If you are behind a proxy, forget it, it wont work.

:(

I guess I'll have to wait until I am in a public internet café or
something to upload my first app.


On Aug 10, 5:16 pm, Jeff S (Google) j...@google.com wrote:
 Hi Kashif,

 It looks like this might be an issue with DNS or some part of the network.
 Are you behind a proxy?

 Thank you,

 Jeff

 On Thu, Aug 6, 2009 at 9:53 AM, Kashif alam.kas...@gmail.com wrote:

  All, I am running into the following error when running appcfg.py
  update command - any guidance will be appreciated

  G:\GAEg:\Program Files (x86)\Google\google_appengine\appcfg.py
  update helloworld/
  Scanning files on local disk.
  Initiating update.
  Email: x...@gmail.com
  Password for x...@gmail.com:
  2009-08-06 09:48:47,328 ERROR appcfg.py:1272 An unexpected error
  occurred. Abort
  ing.
  Traceback (most recent call last):
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1250, in DoUpload
     missing_files = self.Begin()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1045, in Begin
     version=self.version, payload=self.config.ToYAML())
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 356, in Send
     self._Authenticate()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 391, in _Authenticate
     super(HttpRpcServer, self)._Authenticate()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 271, in _Authenticate
     auth_token = self._GetAuthToken(credentials[0], credentials[1])
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 214, in _GetAuthToken
     response = self.opener.open(req)
   File G:\Python25\lib\urllib2.py, line 381, in open
     response = self._open(req, data)
   File G:\Python25\lib\urllib2.py, line 399, in _open
     '_open', req)
   File G:\Python25\lib\urllib2.py, line 360, in _call_chain
     result = func(*args)
   File G:\Python25\lib\urllib2.py, line 1115, in https_open
     return self.do_open(httplib.HTTPSConnection, req)
   File G:\Python25\lib\urllib2.py, line 1082, in do_open
     raise URLError(err)
  URLError: urlopen error (11004, 'getaddrinfo failed')
  Traceback (most recent call last):
   File G:\Program Files (x86)\Google\google_appengine\appcfg.py,
  line 60, in 
  module
     run_file(__file__, globals())
   File G:\Program Files (x86)\Google\google_appengine\appcfg.py,
  line 57, in r
  un_file
     execfile(script_path, globals_)
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 2303, in module
     main(sys.argv)
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 2294, in main
     result = AppCfgApp(argv).Run()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1458, in Run
     self.action(self)
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 2182, in __call__
     return method()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1730, in Update
     lambda path: open(os.path.join(basepath, path), 'rb'))
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1250, in DoUpload
     missing_files = self.Begin()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1045, in Begin
     version=self.version, payload=self.config.ToYAML())
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 356, in Send
     self._Authenticate()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 391, in _Authenticate
     super(HttpRpcServer, self)._Authenticate()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 271, in _Authenticate
     auth_token = self._GetAuthToken(credentials[0], credentials[1])
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 214, in _GetAuthToken
     response = self.opener.open(req)
   File G:\Python25\lib\urllib2.py, line 381, in open
     response = self._open(req, data)
   File G:\Python25\lib\urllib2.py, line 399, in _open
     '_open', req)
   File G:\Python25\lib\urllib2.py, line 360, in _call_chain
     result = func(*args)
   File G:\Python25\lib\urllib2.py, line 1115, in https_open
     return self.do_open(httplib.HTTPSConnection, req)
   File 

[google-appengine] Re: Error deploying sample app

2009-08-24 Thread Oscar

I have similar problem. It was solved using https_proxy ( secure )

http://bit.ly/ZigHq



On Aug 10, 5:16 pm, Jeff S (Google) j...@google.com wrote:
 Hi Kashif,

 It looks like this might be an issue with DNS or some part of the network.
 Are you behind a proxy?

 Thank you,

 Jeff

 On Thu, Aug 6, 2009 at 9:53 AM, Kashif alam.kas...@gmail.com wrote:

  All, I am running into the following error when running appcfg.py
  update command - any guidance will be appreciated

  G:\GAEg:\Program Files (x86)\Google\google_appengine\appcfg.py
  update helloworld/
  Scanning files on local disk.
  Initiating update.
  Email: x...@gmail.com
  Password for x...@gmail.com:
  2009-08-06 09:48:47,328 ERROR appcfg.py:1272 An unexpected error
  occurred. Abort
  ing.
  Traceback (most recent call last):
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1250, in DoUpload
     missing_files = self.Begin()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1045, in Begin
     version=self.version, payload=self.config.ToYAML())
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 356, in Send
     self._Authenticate()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 391, in _Authenticate
     super(HttpRpcServer, self)._Authenticate()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 271, in _Authenticate
     auth_token = self._GetAuthToken(credentials[0], credentials[1])
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 214, in _GetAuthToken
     response = self.opener.open(req)
   File G:\Python25\lib\urllib2.py, line 381, in open
     response = self._open(req, data)
   File G:\Python25\lib\urllib2.py, line 399, in _open
     '_open', req)
   File G:\Python25\lib\urllib2.py, line 360, in _call_chain
     result = func(*args)
   File G:\Python25\lib\urllib2.py, line 1115, in https_open
     return self.do_open(httplib.HTTPSConnection, req)
   File G:\Python25\lib\urllib2.py, line 1082, in do_open
     raise URLError(err)
  URLError: urlopen error (11004, 'getaddrinfo failed')
  Traceback (most recent call last):
   File G:\Program Files (x86)\Google\google_appengine\appcfg.py,
  line 60, in 
  module
     run_file(__file__, globals())
   File G:\Program Files (x86)\Google\google_appengine\appcfg.py,
  line 57, in r
  un_file
     execfile(script_path, globals_)
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 2303, in module
     main(sys.argv)
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 2294, in main
     result = AppCfgApp(argv).Run()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1458, in Run
     self.action(self)
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 2182, in __call__
     return method()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1730, in Update
     lambda path: open(os.path.join(basepath, path), 'rb'))
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1250, in DoUpload
     missing_files = self.Begin()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pcfg.py, line 1045, in Begin
     version=self.version, payload=self.config.ToYAML())
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 356, in Send
     self._Authenticate()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 391, in _Authenticate
     super(HttpRpcServer, self)._Authenticate()
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 271, in _Authenticate
     auth_token = self._GetAuthToken(credentials[0], credentials[1])
   File G:\Program Files (x86)\Google\google_appengine\google\appengine
  \tools\ap
  pengine_rpc.py, line 214, in _GetAuthToken
     response = self.opener.open(req)
   File G:\Python25\lib\urllib2.py, line 381, in open
     response = self._open(req, data)
   File G:\Python25\lib\urllib2.py, line 399, in _open
     '_open', req)
   File G:\Python25\lib\urllib2.py, line 360, in _call_chain
     result = func(*args)
   File G:\Python25\lib\urllib2.py, line 1115, in https_open
     return self.do_open(httplib.HTTPSConnection, req)
   File G:\Python25\lib\urllib2.py, line 1082, in do_open
     raise URLError(err)
  urllib2.URLError: urlopen error (11004, 'getaddrinfo failed')

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google