[google-appengine] How to pass the Password for data uploading to Google datastore in command prompt

2012-07-06 Thread Dinesh
Hi team,

i am trying to Upload the Csv file into Google datastore using 
python tool through command prompt.it is uploaded sucessfully.
 
But the problem is for uploading i need to give the Appengine 
mail credentials.in that command passing the E-mail id is possible.but come 
to password i dont no how to pass the password. so please help me how to 
pass the password in below command.below i send the command.

appcfg.py upload_data --config_file=D:\DataUpload\Purchase\Purchase.yaml --
filename=D:\DataUpload\Purchase\PurchaseData1.csv 
--url=http://apmctest11.appspot.com/remote_api 
--application=s~apmctest11 --kind=Purchase 
--rps_limit=5000--email=test.datast...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/x6KyXfxG2C4J.
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] Indexes in building state for quite a while. unable to vacuum.

2009-10-01 Thread Dinesh

Hi,
I updated wrong set of indexes and it was in building state for more
than 2 days now. I tried to use vacuum_indexes but it didn't solve the
problem.. Any help guys..

My app id is os-dev
--~--~-~--~~~---~--~~
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] Over index creation quota

2009-10-14 Thread Dinesh

Hi,
Suddenly I am getting

"Over index creation quota: The API call datastore_v3.CreateIndex()
required more quota than is available."

when trying to update indexes. however few of my older applications
has more than 100 indexes it it. Is this limitation newly introduced
in gae. If so, how do I increase the quota.

Dinesh
--~--~-~--~~~---~--~~
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] Re: Over index creation quota

2009-10-14 Thread Dinesh

Hi Nick,
thanks for the immediate reply.. I cleared data and vacuumed  indexes
in 4 of my apps. (Created new apps as old apps are not functioning).
But still it is throwing the quota exception. The app ids are

os-demo
osruntime
osclouddemo
osruntime

And we might be terribly needing support for more than 100 indexes for
our apps and are ready to pay for the overuse. I don't think it is
part of billing. any thoughts of including it..
Thanks,
Dinesh

On Oct 14, 3:52 pm, "Nick Johnson (Google)" 
wrote:
> Hi Dinesh,
> All apps are limited to 100 indexes. If you are getting this error on an app
> that has fewer than 100 indexes, please let me know which one it is, and I
> will reset your index count quota.
>
> -Nick Johnson
>
> On Wed, Oct 14, 2009 at 11:50 AM, Dinesh <
>
> dinesh.varadhara...@orangescape.com> wrote:
>
> > Hi,
> > Suddenly I am getting
>
> > "Over index creation quota: The API call datastore_v3.CreateIndex()
> > required more quota than is available."
>
> > when trying to update indexes. however few of my older applications
> > has more than 100 indexes it it. Is this limitation newly introduced
> > in gae. If so, how do I increase the quota.
>
> > Dinesh
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047
--~--~-~--~~~---~--~~
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] Re: Over index creation quota

2009-10-14 Thread Dinesh

Hi Nick,
> Not functioning how?
I want to reuse existing apps, so I cleared data and indexes. I am not
seeing any data in data viewer or any index in indexes.  But when
trying to import new app I am getting index quota error.. I just got
the alert saying deleting app is possible now. Thank god..

> Are all of these apps out of index quota?
Yes

> Requiring more than 100 indexes is usually a sign of a schema design that
> needs optimizing. We can increase the index quota, but only in exceptional
> circumstances.
We store the data in expando model which is very huge.. The no of
columns at the minimum will be around 300. The auto generated indexes
are around 50% of total indexes. In addition, gae throws "need index
error" in lot of cases and we end up adding those indexes in to
index.yaml. So, it easily crosses the limit..

We don't use any of the inequality filters in our queries except in 2
cases.

Thanks,
Dinesh


On Oct 14, 4:33 pm, "Nick Johnson (Google)" 
wrote:
> Hi dinesh,
>
> On Wed, Oct 14, 2009 at 12:00 PM, Dinesh <
>
> dinesh.varadhara...@orangescape.com> wrote:
>
> > Hi Nick,
> > thanks for the immediate reply.. I cleared data and vacuumed  indexes
> > in 4 of my apps. (Created new apps as old apps are not functioning).
>
> Not functioning how?
>
> > But still it is throwing the quota exception. The app ids are
>
> > os-demo
> > osruntime
> > osclouddemo
> > osruntime
>
> Are all of these apps out of index quota?
>
>
>
> > And we might be terribly needing support for more than 100 indexes for
> > our apps and are ready to pay for the overuse. I don't think it is
> > part of billing. any thoughts of including it..
>
> Requiring more than 100 indexes is usually a sign of a schema design that
> needs optimizing. We can increase the index quota, but only in exceptional
> circumstances.
>
>
>
> > Thanks,
> > Dinesh
>
> > On Oct 14, 3:52 pm, "Nick Johnson (Google)" 
> > wrote:
> > > Hi Dinesh,
> > > All apps are limited to 100 indexes. If you are getting this error on an
> > app
> > > that has fewer than 100 indexes, please let me know which one it is, and
> > I
> > > will reset your index count quota.
>
> > > -Nick Johnson
>
> > > On Wed, Oct 14, 2009 at 11:50 AM, Dinesh <
>
> > > dinesh.varadhara...@orangescape.com> wrote:
>
> > > > Hi,
> > > > Suddenly I am getting
>
> > > > "Over index creation quota: The API call datastore_v3.CreateIndex()
> > > > required more quota than is available."
>
> > > > when trying to update indexes. however few of my older applications
> > > > has more than 100 indexes it it. Is this limitation newly introduced
> > > > in gae. If so, how do I increase the quota.
>
> > > > Dinesh
>
> > > --
> > > Nick Johnson, Developer Programs Engineer, App Engine
> > > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> > Number:
> > > 368047
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047
--~--~-~--~~~---~--~~
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 :3 when using URLFetch to connect to Docs API

2012-02-13 Thread Dinesh Varadharajan
Hi,
I am trying to connect to https://docs.google.com/feeds/documents/private/full
using url_fetch and get the list of documents as in 
http://code.google.com/p/gaeoauth/.
That works alone in appspot, but when I try to use it along with
openid, it is throwing the DownloadError. Any help is appreciated..
What it mean??. I am not getting any other information except this
which might help me resolve the problem.

I don't want to register my app to google docs, so the hybrid
API(recommended for oAuth+OpenID) is not working..

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-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] Favicon used in WORDPRESS GAE not displayed in Firefox Browser

2015-12-11 Thread Nandini dinesh


Hi,

I m developing a website using wordpress in Google  App Engine

I used favicon. Favicon displayed in Chrome Browser. But not display in 
FireFox (FF) ver 42.0.


My site URL :https://probable-skill-114906.appspot.com/

I did as per the below link

http://codex.wordpress.org/Creating_a_Favicon

I tried below methods:

METHOD 1:

1.Generated favicon and place images under theme directory.

2.Added the code in header.php file:under section




3.Added code In App.yml file:

- url: /favicon.ico

static_files: images/favicon.ico

upload: images/favicon.ico


O/P - NOT DISPLAYING IN FF


METHOD 2:


1.Generated favicon and placed in root directory.

2.Added the code in header.php file under section





3.Added the code In App.yml file:

url: /favicon.ico

static_files: favicon.ico

upload: favicon.ico

O/P - NOT DISPLAYING IN FF


In method 2 i tried the below also.

under section






O/P - NOT DISPLAYING IN FF




Plz help thanks in advance!

-- 
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/a2df874a-89e9-40fa-8244-1d77b9cae437%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] how to connect codeigniter application to google cloud SQL

2017-01-05 Thread Dinesh Kumar
Hi,
   I am unable to connect the codeigniter application to google cloud 
SQL, i need some step or videos link for it. 

My code is : 


db['default'] = array(
'dsn' => '',
'hostname' => ':/cloudsql/test-001:europe-west1:test-001-location-data',
'username' => 'root',
'password' => 'dev',
'database' => 'devapp_test',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,
'db_debug' => (ENVIRONMENT !== 'production'),
'cache_on' => FALSE,
'cachedir' => '',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci',
'swap_pre' => '',
'encrypt' => FALSE,
'compress' => FALSE,
'stricton' => FALSE,
'failover' => array(),
'save_queries' => TRUE
);

-- 
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/3fb24c8b-3c33-41f6-b59a-8c2c84f6d186%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Over index creation quota

2009-10-14 Thread Dinesh Varadharajan

I can delete and recreate apps.Thanks for your time..

Dinesh
On Oct 14, 6:02 pm, "Nick Johnson (Google)" 
wrote:
> On Wed, Oct 14, 2009 at 1:53 PM, Dinesh 
> > wrote:
>
> > Hi Nick,
> > > Not functioning how?
> > I want to reuse existing apps, so I cleared data and indexes. I am not
> > seeing any data in data viewer or any index in indexes.  But when
> > trying to import new app I am getting index quota error.. I just got
> > the alert saying deleting app is possible now. Thank god..
>
> Do you still need these apps reset, now that you can delete them and create
> new ones instead?
>
>
>
> > > Are all of these apps out of index quota?
> > Yes
>
> > > Requiring more than 100 indexes is usually a sign of a schema design that
> > > needs optimizing. We can increase the index quota, but only in
> > exceptional
> > > circumstances.
> > We store the data in expando model which is very huge.. The no of
> > columns at the minimum will be around 300. The auto generated indexes
> > are around 50% of total indexes. In addition, gae throws "need index
> > error" in lot of cases and we end up adding those indexes in to
> > index.yaml. So, it easily crosses the limit..
>
> Without knowing more about your data model, it's impossible to comment on
> how you can reduce your total number of indexes.
>
> -Nick Johnson
>
>
>
> > We don't use any of the inequality filters in our queries except in 2
> > cases.
> > Thanks,
> > Dinesh
>
> > On Oct 14, 4:33 pm, "Nick Johnson (Google)" 
> > wrote:
> > > Hi dinesh,
>
> > > On Wed, Oct 14, 2009 at 12:00 PM, Dinesh <
>
> > > dinesh.varadhara...@orangescape.com> wrote:
>
> > > > Hi Nick,
> > > > thanks for the immediate reply.. I cleared data and vacuumed  indexes
> > > > in 4 of my apps. (Created new apps as old apps are not functioning).
>
> > > Not functioning how?
>
> > > > But still it is throwing the quota exception. The app ids are
>
> > > > os-demo
> > > > osruntime
> > > > osclouddemo
> > > > osruntime
>
> > > Are all of these apps out of index quota?
>
> > > > And we might be terribly needing support for more than 100 indexes for
> > > > our apps and are ready to pay for the overuse. I don't think it is
> > > > part of billing. any thoughts of including it..
>
> > > Requiring more than 100 indexes is usually a sign of a schema design that
> > > needs optimizing. We can increase the index quota, but only in
> > exceptional
> > > circumstances.
>
> > > > Thanks,
> > > > Dinesh
>
> > > > On Oct 14, 3:52 pm, "Nick Johnson (Google)" 
> > > > wrote:
> > > > > Hi Dinesh,
> > > > > All apps are limited to 100 indexes. If you are getting this error on
> > an
> > > > app
> > > > > that has fewer than 100 indexes, please let me know which one it is,
> > and
> > > > I
> > > > > will reset your index count quota.
>
> > > > > -Nick Johnson
>
> > > > > On Wed, Oct 14, 2009 at 11:50 AM, Dinesh <
>
> > > > > dinesh.varadhara...@orangescape.com> wrote:
>
> > > > > > Hi,
> > > > > > Suddenly I am getting
>
> > > > > > "Over index creation quota: The API call datastore_v3.CreateIndex()
> > > > > > required more quota than is available."
>
> > > > > > when trying to update indexes. however few of my older applications
> > > > > > has more than 100 indexes it it. Is this limitation newly
> > introduced
> > > > > > in gae. If so, how do I increase the quota.
>
> > > > > > Dinesh
>
> > > > > --
> > > > > Nick Johnson, Developer Programs Engineer, App Engine
> > > > > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> > > > Number:
> > > > > 368047
>
> > > --
> > > Nick Johnson, Developer Programs Engineer, App Engine
> > > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> > Number:
> > > 368047
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047
--~--~-~--~~~---~--~~
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] Error: An error occurred for the API request datastore_v3.RunQuery()

2009-11-19 Thread Dinesh Varadharajan
Hi,
We are suddenly started getting the "Error: An error occurred for the
API request datastore_v3.RunQuery()" very frequently for query
executions. With subsequent tries it is working fine.. Is there any
specific reason for this issue..

Dinesh

--

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=.




[google-appengine] Re: gql not giving full result set

2009-12-01 Thread Dinesh Varadharajan
Ikai,
Unfortunately we don't have dummy data to showcase this. I have a
reproducible case in production.

The app id is os-dev.appspot.com.

if you execute the query

SELECT * FROM PrimaryData where ApplicationId =
'Application_1652c875_be0f_11de_b4a5_a3c424aa5af6' and SheetMetadataId
= 'Sheet001' and Deleted=False

it returns 8 records.

and if you execute

SELECT * FROM PrimaryData where ApplicationId =
'Application_1652c875_be0f_11de_b4a5_a3c424aa5af6' and SheetMetadataId
= 'Sheet001'

 it should at least return 8 records(I am removing a condition). but
it returns only 4 records.

Please let me know if you want to be added as developer to os-dev to
be able to access the datastore.

Dinesh


On Dec 1, 12:27 am, "Ikai L (Google)"  wrote:
> Prashant, do you have sample data you can provide? It's even better if it
> isn't real data.
>
> On Sun, Nov 29, 2009 at 3:19 AM, Prashant  wrote:
> > what about this - I had a data store entity with known id, and JDOQL simply
> > failed to retrieve it by id throwing JDOObjectNotFoundException. I think
> > there is some major issue with datastore/indexes.
>
> >  --
> > 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.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine

--

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: gql not giving full result set

2009-12-03 Thread Dinesh Varadharajan
Ikai,
Thanks for checking that out. We already exported and imported close
to 1 million records to make it work again. we left a sample set of
data for google to reproduce the issue.

However we are concerned about this bug being fixed and if possible
when it was fixed, since this had been happening quite frequently last
month.

On Dec 3, 12:00 am, "Ikai L (Google)"  wrote:
> Dinesh,
>
> I see the inconsistency. How long have you been writing to this dataset? My
> suspicion is that the indexes may have been updated incorrectly in a
> previous release due to a bug that we have since addressed. Unfortunately,
> the bug fix may not have retroactively addressed the incorrectly updated
> indexes.
>
> How large is the dataset? For small datasets, bulk exporting and importing
> will address the issue, but for large datasets, we'll have to look to an
> alternative solution.
>
> On Tue, Dec 1, 2009 at 3:40 AM, Dinesh Varadharajan <
>
>
>
> dinesh.varadhara...@orangescape.com> wrote:
> > Ikai,
> > Unfortunately we don't have dummy data to showcase this. I have a
> > reproducible case in production.
>
> > The app id is os-dev.appspot.com.
>
> > if you execute the query
>
> > SELECT * FROM PrimaryData where ApplicationId =
> > 'Application_1652c875_be0f_11de_b4a5_a3c424aa5af6' and SheetMetadataId
> > = 'Sheet001' and Deleted=False
>
> > it returns 8 records.
>
> > and if you execute
>
> > SELECT * FROM PrimaryData where ApplicationId =
> > 'Application_1652c875_be0f_11de_b4a5_a3c424aa5af6' and SheetMetadataId
> > = 'Sheet001'
>
> >  it should at least return 8 records(I am removing a condition). but
> > it returns only 4 records.
>
> > Please let me know if you want to be added as developer to os-dev to
> > be able to access the datastore.
>
> > Dinesh
>
> > On Dec 1, 12:27 am, "Ikai L (Google)"  wrote:
> > > Prashant, do you have sample data you can provide? It's even better if it
> > > isn't real data.
>
> > > On Sun, Nov 29, 2009 at 3:19 AM, Prashant  wrote:
> > > > what about this - I had a data store entity with known id, and JDOQL
> > simply
> > > > failed to retrieve it by id throwing JDOObjectNotFoundException. I
> > think
> > > > there is some major issue with datastore/indexes.
>
> > > >  --
> > > > 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.
>
> > > --
> > > Ikai Lan
> > > Developer Programs Engineer, Google App Engine
>
> > --
>
> > 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.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine

--

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: Google Cloud, is it normal for Wordpress(click to deploy) install running more than 30 min?

2017-11-09 Thread &#x27;Dinesh (Google Platform Support)' via Google App Engine


Hello,

There is nothing wrong with your setting. 

Currently we have an open issue [1] under public issue tracker for this 
defect. 

A workaround is available to resolve this issue and you can refer detailed 
step from PIT case. 


Link [1]:https://issuetracker.google.com/69098399

On Thursday, November 9, 2017 at 8:54:36 AM UTC-5, Bai Pai wrote:
>
> I have problem previously with my WordPress, so I delete that one and 
> re-install another one using the same "Click to deploy Wordpress". But the 
> installing time is longer than before and still running after 50 min. The 
> website seems up but the information part(password, phpMyadmin 
> password..etc) doesn't come out. So I create another project to try again, 
> still running.
>
> Is there something wrong with my setting? or is because I delete and 
> re-install too many times? or what should I do to fix 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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f0581268-0894-4b9e-b86d-c726234660f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Reg:Server Mirrior

2018-02-13 Thread &#x27;Dinesh (Google Platform Support)' via Google App Engine


Hello Turiya,  

>From Mirror server, I understand you want to create another server (VM 
instance) with similar specifications in different zones. Please let me 
know if my understanding is correct or if you meant something else.


   1. 
   
   You may want to create a snapshot of your VM instance disk and used that 
   snapshot to create another instance in the different zone. Please follow 
   this document [1] for the detailed steps. 
   2. 
   
   Alternatively, you can use “Clone” option from cloud console GUI to 
   create clone instance and select different zone while creating.
   

Please confirm if this resolves your query?

[1]: 
https://cloud.google.com/compute/docs/disks/create-snapshots#creating_snapshots

On Tuesday, February 13, 2018 at 8:59:56 AM UTC-5, Turiya Ventures wrote:
>
> HI,
>   I have created VM Instance in GCP Compute engine. Now am want to create 
> mirror server from zone based like Australia,Singapore,India. Kindly guide 
> with 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/3f912713-b91f-44a9-9d55-f7182b6e73c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Not able to update Project on app engine

2018-02-15 Thread &#x27;Dinesh (Google Platform Support)' via Google App Engine
Cloud Platform support is aware of this issue. The Status Dashboard has 
been updated with this outage. Please follow it for further updates: 
https://status.cloud.google.com/

On Thursday, February 15, 2018 at 1:28:55 PM UTC-5, Richard Cheesmar wrote:
>
> My App engine project is not able to upload for some unknown reason:
>
> I'm using Pycharm Pro 2017.3 
>
> I have not had any previous problems with uploading. Is there a current 
> issue?
>
> The problem is as outlined below. If the error is indeed an http 400 Bad 
> Request, I have no idea what's going on.
>
>
> 07:22 PM Compilation starting.
> 07:22 PM Compilation completed.
> 07:22 PM Starting deployment.
> 07:22 PM Rolling back the update.
> Error 400: --- begin server output ---
> Client ErrorThe request is invalid for an unspecified 
> reason.
>

-- 
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/f3fdfc0b-150a-4b76-a42a-009ef8f45149%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Not able to update Project on app engine

2018-02-16 Thread &#x27;Dinesh (Google Platform Support)' via Google App Engine
As updated on cloud status dashboard issue with GAE resolved for affected 
projects as of 12:44 US/Pacific on 15th Feb. Can you please retest and 
confirm your issue has been resolved now? 
If not, can you please elaborate how are you updating project and which 
request you are sending? Please reconfirm what is the error observed this 
time. Just want to bisect that the error is not caused by the previously 
known outage.

On Friday, February 16, 2018 at 3:26:51 AM UTC-5, Richard Cheesmar wrote:
>
> What's the progress with this issue, I'm still unable to deploy an update 
> for a bug fix.
>
>
>
> On Thursday, February 15, 2018 at 10:27:08 PM UTC+1, Dinesh (Google 
> Platform Support) wrote:
>>
>> Cloud Platform support is aware of this issue. The status dashboard has 
>> been updated with this outage. Please follow it for further updates: 
>> https://status.cloud.google.com/
>>
>> On Thursday, February 15, 2018 at 1:28:55 PM UTC-5, Richard Cheesmar 
>> wrote:
>>>
>>> My App engine project is not able to upload for some unknown reason:
>>>
>>> I'm using Pycharm Pro 2017.3 
>>>
>>> I have not had any previous problems with uploading. Is there a current 
>>> issue?
>>>
>>> The problem is as outlined below. If the error is indeed an http 400 Bad 
>>> Request, I have no idea what's going on.
>>>
>>>
>>> 07:22 PM Compilation starting.
>>> 07:22 PM Compilation completed.
>>> 07:22 PM Starting deployment.
>>> 07:22 PM Rolling back the update.
>>> Error 400: --- begin server output ---
>>> Client ErrorThe request is invalid for an unspecified 
>>> reason.
>>>
>>

-- 
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/30ac2588-64c9-4989-a67e-0a39f80b6e17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Error “No URLs matched” When copying Google cloud bucket data to my local computer?

2018-03-26 Thread &#x27;Dinesh (Google Platform Support)' via Google App Engine
Hi Sudhanshu,

First of all please note that google group is intended for general product 
and service related discussions, not for technical issues and 
troubleshooting. You can use the Community Support Overview [1] to figure 
out which of our support platforms is better suited for your question. 
Stack Exchange(Stack Overflow and Server Fault) is likely to be a good fit.

As for downloading a folder from GCS bucket, you may use the following 
command as given below. As mentioned in the documentation, you need to use 
the -r option for the entire directory tree. Please make sure to not to 
miss .[DOT] in the last to download folder in the current directory path.
 
"gsutil cp -r gs://[Bucket_Name]/[Folder_Name] ."


[1]: 
https://cloud.google.com/support/docs/community?visit_id=1-636420429563052091-3403985981&hl=en&rd=1

On Monday, March 26, 2018 at 9:14:36 AM UTC-4, Sudhanshu Gaur wrote:
>
> I am trying to download a folder which is inside my Google Cloud Bucket, 
> I read from google docs gsutil/commands/cp 
>  and executed 
> below the line.
>
> gsutil cp -r appengine.googleapis.com gs://my-bucket
>
> But i am getting the error
>
> CommandException: No URLs matched: appengine.googleapis.com
>
>

-- 
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/35f84412-de49-47b7-a7dd-d433226d9123%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Security issue about using google cloud for app development

2018-04-19 Thread &#x27;Dinesh (Google Platform Support)' via Google App Engine
Hi Chan,

>From your post, I understand you have some security concern regarding Visa, 
Master card which support payment function in your app. Please note that 
Google Cloud is PCI security compliant, Protecting customers’ card 
information and ISO 27018 certified - Protecting personal data information. 
You can find more information in these documents[1][2].

Google Cloud products are in scope with many standards, certifications & 
regulations in different regions, continents. Here is detailed 
information[3]

Please let me know if above address your query? 


[1]: https://cloud.google.com/security/compliance/pci-dss/
[2]: https://cloud.google.com/security/compliance/iso-27018/
[3]: https://cloud.google.com/security/compliance/


On Thursday, April 19, 2018 at 11:54:18 AM UTC-4, chan Jason wrote:
>
>
> Hi all,
>
> I would like to use Google Cloud as a server, here the app to be 
> developed  would provide a payment function which supports VISA,MASTER 
> CARD,ETC.
>
> Is there any security concern if I am using Google cloud, apart from the 
> coding encryption?
>
> 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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3e827ebc-beb0-41e2-b032-bf415bfa7ea2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: My Website not running after billing verification

2018-05-23 Thread &#x27;Dinesh (Google Platform Support)' via Google App Engine
Hi Nitin,

Can you please confirm if you have access to your VM instance? If yes, can 
you please try to login to your VM and check your web-server is up and 
running?

I can see 2 VMs in one of your project is up and running. You may want to 
verify that GCP firewall rules are not blocking connection to your website? 

If you still facing issues, please send me your cloud project number, VM 
instance name.

Regards,  

On Wednesday, May 23, 2018 at 11:16:12 AM UTC-4, Nitin Kumar wrote:
>
> Intially my vm instance have stopped working due to non verification of 
> billing. But now my billing status is active and my websites are not 
> running https://www.sarkarimantra.com/. Please can you help me. Showing 
> error as image below
>
>
> 
>
>

-- 
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/5fc49d21-4d51-4485-b951-b5c62e5fd3ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Stackdriver: Thoughts?

2018-06-29 Thread &#x27;Dinesh (Google Platform Support)' via Google App Engine
Hello Kaan, 

Thanks for your feedback and confirmation that the issue is resolved now. 
Just to add, you can find detailed information about Free and excluded 
logs, general tips about reducing your logs usage, Monitoring and pricing 
in this documentation[1].

This page[2] describes Logs Exclusions in detail. 
I hope it helps. 

Regards, 


[1]: https://cloud.google.com/stackdriver/pricing_v2#free_logs
[2]: https://cloud.google.com/logging/docs/exclusions


On Friday, June 29, 2018 at 1:39:42 AM UTC-4, Kaan Soral wrote:
>
> Indeed, it seems they corrected them now, I checked originally, but 
> thought maybe the reported metrics could be reduced if there are free 
> quotas I didn't know about
>

-- 
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/c42c3012-4295-468c-9076-4c3b51523065%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.