Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Han Ju Kim
Hi Mua, I found some useful function of Dataflow to import JSON type file from datastore entities, I'm struggling with this now. All looks good, but exported file does not include any data at all. https://cloud.google.com/dataflow/docs/guides/templates/provided-batch#datastoretogcstext Cheers,

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Han Ju Kim
Great! I will have a look at. Still confusing, why google does not provide CSV,TXT or JSON export of datastore. Cheers, Han On Tuesday, 27 August 2019 13:26:18 UTC+12, Mua Rachmann wrote: > > If that sucks, You might want to have a look at this >

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Mua Rachmann
If that sucks, You might want to have a look at this https://github.com/junosuarez/node-level-export Best, Mua On Tue, Aug 27, 2019 at 2:20 AM Mua Rachmann wrote: > Okay, I think you might want to look at > https://github.com/nisaacson/leveldb-json/issues/1 which is pretty > similar to your

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Mua Rachmann
Okay, I think you might want to look at https://github.com/nisaacson/leveldb-json/issues/1 which is pretty similar to your logs, Also you might want to build from source and consider a fork of the original repo - https://github.com/killix/leveldb-json which seems to solve the issue. Dependencies

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Han Ju Kim
This is my log. When I tried to "npm install -g leveldb-json", it comes up C:\WINDOWS\system32>npm install -g leveldb-json C:\Users\hkim\AppData\Roaming\npm\leveldb-load-from-json -> C:\Users\hkim\AppData\Roaming\npm\node_modules\leveldb-json\bin\load-from-json

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Mua Rachmann
Hi Kim, Can we see the logs here? On Tue, Aug 27, 2019 at 2:05 AM Han Ju Kim wrote: > Hi Mua, > > I appreciate prompt feedback! I already tried that, but it showed some > error and not updated quite long time period. Any help will be appreciated. > > Cheers, > Han > > On Tuesday, 27 August

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Han Ju Kim
Hi Mua, I appreciate prompt feedback! I already tried that, but it showed some error and not updated quite long time period. Any help will be appreciated. Cheers, Han On Tuesday, 27 August 2019 11:50:47 UTC+12, Mua Rachmann wrote: > > Hi Kim, > > You might want to have a look at this - >

Re: [google-appengine] Datastore export as JSON format

2019-08-26 Thread Mua Rachmann
Hi Kim, You might want to have a look at this - https://github.com/nisaacson/leveldb-json regards. Mua On Tue, Aug 27, 2019 at 12:35 AM Han Ju Kim wrote: > I'm trying to export Datastore entities as JSON format. By using API or > gsutil such as "gcloud datastore export", it only export as

[google-appengine] Datastore export as JSON format

2019-08-26 Thread Han Ju Kim
I'm trying to export Datastore entities as JSON format. By using API or gsutil such as "gcloud datastore export", it only export as LevelDB format with many output-xxx files. Is there any tool to converting this LevelDB files to JSON format or any third party engine to do that? -- You

Re: [google-appengine] Re: Viewing App engine Deployed files

2019-08-26 Thread Mua Rachmann
Hello George, Thanks for your prompt response. Actually what I meant was viewing the deployed files from the cloud shell terminal. In my app.yaml file i place a key APP_STORAGE = /tmp but in the cloud shell when I navigate to this i cant find the projects files. Also i need this feature in

[google-appengine] Re: Viewing App engine Deployed files

2019-08-26 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mua, Artisan is the command-line interface included with Laravel. What do you mean by "resolve it on the app engine"? You seem to say you have run Artisan commands locally, in your development environment, and you would like now to run the same commands to modify your deployed app's

[google-appengine] Re: Steps for migrating datastore and cloudstorage entities to another project

2019-08-26 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Rob, Firestore is considered the newest version of Cloud Datastore , there are multiple benefits that come with this update. After

Re: [google-appengine] Brazil IP

2019-08-26 Thread Manu Campos
Ok! I will add u at night! Tnks Em seg, 26 de ago de 2019 14:31, Saravana Kumar escreveu: > My skype Id is techiesaravana > > On Mon, 26 Aug 2019, 10:40 pm Manu Campos, > wrote: > >> Hi Techie, >> How can I ping you? >> >> >> Em seg, 26 de ago de 2019 às 14:07, Saravana Kumar < >>

Re: [google-appengine] Brazil IP

2019-08-26 Thread Saravana Kumar
My skype Id is techiesaravana On Mon, 26 Aug 2019, 10:40 pm Manu Campos, wrote: > Hi Techie, > How can I ping you? > > > Em seg, 26 de ago de 2019 às 14:07, Saravana Kumar > escreveu: > >> Hey >> Yes I can set it up for you >> Can you ping me >> >> On Mon, 26 Aug 2019, 10:31 pm Manu Campos,

Re: [google-appengine] Brazil IP

2019-08-26 Thread Manu Campos
Hi Techie, How can I ping you? Em seg, 26 de ago de 2019 às 14:07, Saravana Kumar escreveu: > Hey > Yes I can set it up for you > Can you ping me > > On Mon, 26 Aug 2019, 10:31 pm Manu Campos, > wrote: > >> Hello guys! >> I need a virtual machine with IP from Brazil. >> Does anyone know how

Re: [google-appengine] Brazil IP

2019-08-26 Thread Saravana Kumar
Hey Yes I can set it up for you Can you ping me On Mon, 26 Aug 2019, 10:31 pm Manu Campos, wrote: > Hello guys! > I need a virtual machine with IP from Brazil. > Does anyone know how to set up? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups >

[google-appengine] Viewing App engine Deployed files

2019-08-26 Thread Mua Rachmann
Hi everyone, Have been working with the app engine for quite sometime now and have successfully uploaded my application (php - laravel 5.8) to the app engine which works very fine. I have one issue of which i resolved locally but cant seem to resolve it on the app engine since i cant view my

[google-appengine] Re: AppEngine Dev, QA and production environments, how to manage them and and set it up?

2019-08-26 Thread Eduardo Moreira
Thank you Diogo That is a great place to get started but it does feel we need proper training for this, do you know where we could get this? Thank you On Friday, 23 August 2019 04:47:38 UTC+1, Diogo Almeida wrote: > > As per the document [1], the different development environments should be >

[google-appengine] Brazil IP

2019-08-26 Thread Manu Campos
Hello guys! I need a virtual machine with IP from Brazil. Does anyone know how to set up? 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] ERROR: his client is restricted to users within its organization

2019-08-26 Thread Creative M
Hi, i am facing error of "This client is restricted to users within its organization" while logins gcp app engine with project "dev-poet-237214" Please find the attachments screenshots: https://prnt.sc/owhwth https://prnt.sc/owi5uo please check this issue and fix asap. Thanks -- You