[google-appengine] Re: Create Django Superuser in GAE Flexible

2017-08-03 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
qq: What is your Database? Is it Google Cloud SQL? Can you try "manage.py 
remote createsuperuser" as per this docs 
?






-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dba10904-c1f3-4f5a-a73e-937708d745a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Index for Datastore model with kind different than class name

2017-08-03 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Thank you for providing more information. I recommend posting this issue on 
Public 
Issue Tracker  for further investigation 
and better tracking purposes. Please refer to this thread as background on 
the issue tracker.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ad230b8a-de25-4e8c-aff6-229131d15443%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: appcfg.py download_app fails silently

2017-08-03 Thread Pablo Martinez
Same situation... same problem.
Any Help?

Thanks

On Saturday, May 20, 2017 at 6:53:11 PM UTC-3, Lewis wrote:

>
> I'm trying to take a look at a Google App Engine project started by 
> another developer and deployed to the Google Cloud Platform. I have project 
> owner rights. When running appcfg.py -A [appID] -V  [version] download_app 
> [location] there are no errors, but no files come down. 
>
> 12:00 PM Host: appengine.google.com
> 12:00 PM Fetching file list...
> 12:00 PM Fetching files...
>
> If the appID is invalid, or the version is invalid appfcg.py displays an 
> error, 
>
> 12:00 PM Host: appengine.google.com
> 12:00 PM Fetching file list...
> Error 404: --- begin server output ---
> This application does not exist (project_id=u'invalid'). To create an App 
> Engine application in this project, run "gcloud app create" in your console.
>
> or
>
> 12:00 PM Host: appengine.google.com
> 12:00 PM Fetching file list...
> Error 400: --- begin server output ---
> Major version "123" does not exist.
>
> but when the appID and version are valid it simply downloads nothing. Any 
> suggestions?
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fe6a0ce2-0803-412b-9d9f-7c13b9301361%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Index for Datastore model with kind different than class name

2017-08-03 Thread Nicolas Oteiza
When I deploy an index with:

* kind = "Trip"
a. Deployment is ok
b. The index is built (index size > 0)
c. Complex query call results to error

and when I deploy an index with:

* kind = "TripDS"
a. Deployment is ok
b. The index is built (index size = 0)
c. Complex query call results to no error

El jueves, 27 de julio de 2017, 22:05:24 (UTC-3), Kenworth (Google Cloud 
Platform) escribió:
>
> Based on the information you provided, when:
>
> 1- kind = "Trip"
> a. Deployment is ok
> b. The index is built
> c. Complex query call results to error
>
> 2- kind = "TripDS" => can you clarify what you meant with "then it works 
> correctly"? Do you mean
> a. Deployment is ok?
> b. The index is built?
> c. Complex query call results to no error?
> d. Clarify as necessary
>
>
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/93945ff9-1a73-49da-85f8-6c12a24f983e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: New SSL doesn't work

2017-08-03 Thread Borislav Arapchev
Yannick, You are totally right.

Im new in Google Cloud so I made  a mistake.

Thank you so much. 

I ll check the resources u gave me. 

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/67da567f-3bac-4f42-9a33-cdb3a2c4be2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: New SSL doesn't work

2017-08-03 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Borislav,

Are you absolutely sure that your Wordpress site is runnong on App Engine 
?  It sounds much more likely that it 
is running on Compute Engine  in which 
case none of the instructions you've received here are of use to you. The 
right forum for compute engine would have been gce-discussion 
,
 
not the App Engine forums.

If this is the case there are no instructions specific to the Google Cloud 
Platform for you to follow. You should be following the process for adding 
SSL to any WordPress installation/VM. A quick search brought up this guide 

 and this video guide  which 
should help put you on the right path.

On Thursday, August 3, 2017 at 10:38:24 AM UTC-4, Anastasios Hatzis wrote:
>
> Borislav,
>
> one of my GAE projects also uses a COMODO Positive SSL. If you have a Mac 
> (or Linux or BSD or ) machine, you will have a "cat" command line tool 
> installed. In that case, you can concatenate the certificate rather easily. 
> I have applied this in 2016, but I hope it works exactly the same way today 
> (they sometimes change the way how they deliver their certificates).
>
> In a shell cd into the directory that contains your SSL certificate and 
> the CA certificate bundle:
> cat www_example_com.crt www_example_com.ca-bundle > 
> www_example_com_BUNDLE.crt
>
> (replace example_com by your actual domain)
>
> However, if you have trouble, I'll try. Just email all the certificate 
> files to my email address that COMDO has sent to you. *Do not mail *the 
> private key or the CSR file you have provided to COMODO when you purchased 
> the certificate!
>
> Ani
>
> Am Donnerstag, 3. August 2017 15:07:46 UTC+2 schrieb Borislav Arapchev:
>>
>> *Guys, thank you so much for your answers!*
>>
>> But .. I just can NOT make it :(
>>
>> So ... I m going to *pay *you, to *concatenate *the files, so I to 
>> upload them.
>>
>> If you want to do this, give me your email or write me, to send you the 
>> files. 
>>
>> I tried over  a  week, and no result, so .. I need your help. 
>>
>> Ill pay for that, it s important to me.
>>
>> *Boris*
>>
>>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/44615be7-d555-4058-9fe7-021cae15e4a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Create Django Superuser in GAE Flexible

2017-08-03 Thread Mike Hardy
Thanks for the reply. That's for creating the superuser on your local 
machine. How do you createsuperuser on the deployed version?

On Wednesday, August 2, 2017 at 4:05:33 PM UTC-7, Kenworth (Google Cloud 
Platform) wrote:
>
> You can find the details of how to "createsuperuser" here 
> 
> . 
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/34a67b56-3363-454f-9d57-9168666fccc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: New SSL doesn't work

2017-08-03 Thread Anastasios Hatzis
Borislav,

one of my GAE projects also uses a COMODO Positive SSL. If you have a Mac 
(or Linux or BSD or ) machine, you will have a "cat" command line tool 
installed. In that case, you can concatenate the certificate rather easily. 
I have applied this in 2016, but I hope it works exactly the same way today 
(they sometimes change the way how they deliver their certificates).

In a shell cd into the directory that contains your SSL certificate and the 
CA certificate bundle:
cat www_example_com.crt www_example_com.ca-bundle > 
www_example_com_BUNDLE.crt

(replace example_com by your actual domain)

However, if you have trouble, I'll try. Just email all the certificate 
files to my email address that COMDO has sent to you. *Do not mail *the 
private key or the CSR file you have provided to COMODO when you purchased 
the certificate!

Ani

Am Donnerstag, 3. August 2017 15:07:46 UTC+2 schrieb Borislav Arapchev:
>
> *Guys, thank you so much for your answers!*
>
> But .. I just can NOT make it :(
>
> So ... I m going to *pay *you, to *concatenate *the files, so I to upload 
> them.
>
> If you want to do this, give me your email or write me, to send you the 
> files. 
>
> I tried over  a  week, and no result, so .. I need your help. 
>
> Ill pay for that, it s important to me.
>
> *Boris*
>
>
-- 
HATZIS Edelstahlbearbeitung GmbH
Hojen 2
87490 Haldenwang (Allgäu)
Germany

Handelsregister Kempten (Allgäu): HRB 4204
Geschäftsführer: Paulos Hatzis, Charalampos Hatzis
Umsatzsteuer-Identifikationsnummer: DE 128791802

http://www.hatzis.de/

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e66e3608-5989-423b-8b71-f9e8f372ad9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: New SSL doesn't work

2017-08-03 Thread Borislav Arapchev
*Guys, thank you so much for your answers!*

But .. I just can NOT make it :(

So ... I m going to *pay *you, to *concatenate *the files, so I to upload 
them.

If you want to do this, give me your email or write me, to send you the 
files. 

I tried over  a  week, and no result, so .. I need your help. 

Ill pay for that, it s important to me.

*Boris*

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/aa4e43a1-73cd-4342-9407-6fa611ad61b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] create servcie account using google api

2017-08-03 Thread Diego Molteni
Hi all,
I was truing to create a service account using the google json api 
(https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/create)

when i execute the command:
curl -X POST 
https://iam.googleapis.com/v1/projects//serviceAccounts 
\
  -H 'authorization: Bearer ya29' \
  -H 'content-type: application/json' \
  -d '{
 "accountId": 
"@.iam.gserviceaccount.com"
}


I have this error and I can't really understand what's the problem:
{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT"
}
}


anybody can help me? (ps is not an authorization problem)

Diego

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/469e7b04-699e-4fbb-be04-293d4873fdc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.