[google-appengine] Backing up AppEngine

2016-10-24 Thread Joshua Fox יהושע פוקס
What do you do for backing up AppEngine data?

>From what I can see, there is no simple way to say "back up everything in
this GAE project" with a button-click or API call, nor even a way to do
this for most specific data-storage mechanisms.

E.g., Datastore has a  backup tool which  has serious bugs that make it
inoperable. Blobstore has no backup mechanism.

Do major users of AppEngine not have off-Google backups? True, GAE deals
with disk failure, but you have to protect against hacker vandalism as well
as  team-member error. (One response I have received is "Don't make
mistakes." I won't bet on that.)

The Google Data Liberation Front
 seems to have
missed GAE.

So, do you make do without? Do you write your own tools to backup (and
regularly restore), where Google tools are lacking?

Joshua

-- 
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/CABfTu2D1MM%2BTUdgGR_dnaeYj%3D3ECTe7F94LpktyydpYWPR3e0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Why resident instances in auto scaling are idle?

2016-10-24 Thread Vidya Narayanan
Your response suggests that we should not be seeing high instance startup 
times (since the idle resident instance should turn into a dynamic instance 
to handle new requests). But that isn't quite what we are seeing - we are 
seeing high latencies coinciding with instance startups. Why would that 
make sense? 

Thanks,
Vidya 

On Monday, October 24, 2016 at 1:24:04 PM UTC-7, Jordan (Cloud Platform 
Support) wrote:
>
> Idle Resident Instances are instances waiting with your application code 
> pre-loaded and warmed up, but never actually accept requests. When an Idle 
> Resident instance is needed by your application due to high traffic or CPU 
> intensive operations, your Resident instance will turn into a Dynamic 
> instance and start accepting new requests. 
>
> Once you have your new Dynamic instance handling your incoming requests, 
> App Engine will create a new Resident instance in order to maintain your 
> 'Minimum Idle Instances' setting in your 'appengine-web.xml 
> '
>  
> or 'app.yaml 
> '.
>  
> The Dynamic instances will then turn down when there is a period of no 
> traffic, in order to save you money. 
>

-- 
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/5cb933da-687b-4fd8-8059-d50d8d3c696b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: bad runtime process port ['']

2016-10-24 Thread 'Adam (Cloud Platform Support)' via Google App Engine
I'll guess that since you're running the development server with a Java 
app, it's a standard environment app and you're launching it with 'mvn 
appengine:run'.

This error can happen if you have some Java 8 classes included in your 
project (as reported here 
), 
as the standard runtime still only supports Java 7. If this doesn't help 
and you can provide a reproducible sample project, I'd advise filing an 
issue on the google-cloud-sdk 
issue 
tracker.

On Friday, October 21, 2016 at 9:38:10 PM UTC-4, Joe Pardi wrote:
>
> When I switched my servlet app to use Spring MVC and Thymeleaf, it started 
> reporting the error below.  Anyone have any ideas?
>
> ERROR2016-10-21 21:21:36,223 http_runtime.py:396] bad runtime process 
> port ['']
> WARNING: Null value for 
> containerConfigProperties.get(devappserver.portMappingProvider)
>
> My gcloud info:
> ---
>
> Google Cloud SDK [131.0.0]
>
> Platform: [Windows, x86_64]
> Python Version: [2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 
> bit (Intel)]]
> Python Location: [e:\Users\Joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk\platform\bundledpython\python.exe]
> Site Packages: [Disabled]
>
> Installation Root: [e:\Users\Joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk]
> Installed Components:
>   bundled-python: [2.7.10]
>   app-engine-python: [1.9.40]
>   bq-win: [2.0.24]
>   core: [2016.10.17]
>   core-win: [2016.08.05]
>   app-engine-java: [1.9.44]
>   gcloud: []
>   windows-ssh-tools: [2016.05.13]
>   gsutil: [4.21]
>   bq: [2.0.24]
>   powershell: [0.1.8]
>   gsutil-win: [4.20]
> System PATH: [e:\Users\Joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk\bin\..\bin\sdk;C:\ProgramData\Oracle\Java\javapath;C:\Program
>  
> Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files 
> (x86)\Common Files\Microsoft Shared\Windows 
> Live;E:\jdk1.8.0_102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program
>  
> Files (x86)\Windows Live\Shared;C:\Program Files (x86)\MySQL\MySQL 
> Utilities 1.4.4\;C:\Program Files (x86)\MySQL\MySQL Utilities 
> 1.4.4\Doctrine extensions for PHP\;e:\Program Files (x86)\Bitvise SSH 
> Client;E:\Program Files\AMD\ATI.ACE\Core-Static;C:\Program Files (x86)\ATI 
> Technologies\ATI.ACE\Core-Static;E:\Program Files\nodejs\;C:\Program Files 
> (x86)\QuickTime\QTSystem\;E:\Users\joe\AppData\Local\Programs\Python\Python35-32\Scripts\;E:\Users\joe\AppData\Local\Programs\Python\Python35-32\;E:\jython2.7.0\bi.;E:\Maven\apache-maven-3.3.9\bin;C:\Users\joe\AppData\Roaming\npm;E:\gradle-2.14.1\bin;e:\Users\joe\AppData\Local\Google\Cloud
>  
> SDK\google-cloud-sdk\bin]
> Cloud SDK on PATH: [False]
>
> WARNING: There are old versions of the Google Cloud Platform tools on your 
> system PATH.
>   e:\Users\joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk\bin\gcloud-ps.ps1
>   e:\Users\joe\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\bq.cmd
>   e:\Users\joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk\bin\endpointscfg.py
>   e:\Users\joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk\bin\gcloud.cmd
>   e:\Users\joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk\bin\dev_appserver.py
>   e:\Users\joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk\bin\bq-ps.ps1
>   e:\Users\joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk\bin\gsutil-ps.ps1
>   e:\Users\joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk\bin\git-credential-gcloud.cmd
>   e:\Users\joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk\bin\gsutil.cmd
>
> Installation Properties: [e:\Users\Joe\AppData\Local\Google\Cloud 
> SDK\google-cloud-sdk\properties]
> User Config Directory: [C:\Users\joe\AppData\Roaming\gcloud]
> Active Configuration Name: [default]
> Active Configuration Path: 
> [C:\Users\joe\AppData\Roaming\gcloud\configurations\config_default]
>
> Account: [x.xx...@gmail.com]
> Project: [xxx]
>
> Current Properties:
>   [core]
> project: [xxx]
> account: [x.xx...@gmail.com]
> disable_usage_reporting: [True]
>   [compute]
> region: [us-east1]
> zone: [us-east1-b]
>
> Logs Directory: [C:\Users\joe\AppData\Roaming\gcloud\logs]
> Last Log File: 
> [C:\Users\joe\AppData\Roaming\gcloud\logs\2016.10.21\21.07.32.508000.log]
>
>

-- 
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/0e85f672-5bf5-4b90-ba43-4cc149015333%40googlegroups.com.
For more options, visit http

[google-appengine] Re: URL Fetch server not found - DNS updates post DDOS attack?

2016-10-24 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Can anyone confirm if they are still having issues, and share some details 
if so?

On Saturday, October 22, 2016 at 9:20:53 AM UTC-4, Robert Fox wrote:
>
> Can you share info on the SSL outage?  This might be why I can no longer 
> connect to my SSL-only Cloud SQL instance.
>
>
> On Friday, October 21, 2016 at 4:46:20 PM UTC-4, Will Reiher wrote:
>>
>> I WAS ABLE TO FIX IN THE SHORT TERM.
>>
>> It seems to be related to a cached ssl certificate on google cloud but I 
>> was able to skip the validation with url fetch and everything works.
>>
>> urlfetch.fetch(url, validate_certificate=False)...
>>
>>
>> On Friday, October 21, 2016 at 12:52:46 PM UTC-7, Will Reiher wrote:
>>>
>>> I'm able to contact a remote API server just fine from my local testing 
>>> server... but the live server is not able to find/route to the server. Is 
>>> there a way to update the DNS cache for my project?
>>>
>>

-- 
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/35775c32-8536-406a-b011-71663201facb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Why resident instances in auto scaling are idle?

2016-10-24 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Idle Resident Instances are instances waiting with your application code 
pre-loaded and warmed up, but never actually accept requests. When an Idle 
Resident instance is needed by your application due to high traffic or CPU 
intensive operations, your Resident instance will turn into a Dynamic 
instance and start accepting new requests. 

Once you have your new Dynamic instance handling your incoming requests, 
App Engine will create a new Resident instance in order to maintain your 
'Minimum Idle Instances' setting in your 'appengine-web.xml 
' 
or 'app.yaml 
'.
 
The Dynamic instances will then turn down when there is a period of no 
traffic, in order to save you money. 

-- 
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/8a6a39cc-108b-42d1-8a2b-c8d86a197651%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: No module named 'google'

2016-10-24 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hello Keith,

As mentioned by Evan, you are indeed deployed your application to the App 
Engine flexible environment which generally does not include the App Engine 
libraries.  The exception is as Evan mentioned the *python-compat* runtime 
which can be used with *vm: true* (to run in the flexible environment). 
 Though you won't have Python 3 here, you'll have access to the App Engine 
APIs while in the flexible environment.

If you wish to use Python 3, it will have to be in the flexible environment 
at the moment and will not have access to the built-in App Engine APIs. 
 You will however be able to use the RESTful equivalent for those services 
which have them like Cloud Datastore 
 and Task Queues 
 to name a 
few.

If Python 3 is not really a necessity for your application, you may want to 
consider deploying to the standard environment (Python 2.7) to fully 
appreciate the built-in APIs.

If you need more specific information about each environment, please give 
more details about your application's needs so that we can provide more 
effective advice.  Happy coding!

On Wednesday, October 19, 2016 at 4:21:23 PM UTC-4, Keith Preston wrote:
>
> I've been following some of the examples, but seem to have problems 
> importing from the google.appengine.api once I've deployed to GAE. 
> Adding some debugging the error is No module named 'google'
>
>
> Do I need to do anything special in my main.py, app.yaml or 
> requirement.txt to get the google.appengine.api?   I can't seem to find 
> details about this in the documentation
>
>
> main.py
>
> try:
>
> from google.appengine.api import urlfetch
>
> except Exception as e:
>
> error = str(e)
>
>
> app.yaml
>
> runtime: python
>
> vm: true
>
> entrypoint: gunicorn -b :$PORT main:app
>
> runtime_config:
>
> python_version: 3
>
>
> requirements.txt
>
> Flask==0.11.1
>
> gunicorn==19.6.0
>

-- 
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/68f3817e-5b64-43a1-9c66-eff7435d401c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] service account auth to Calendar API stopped working Oct 20

2016-10-24 Thread Eric G


I have a GAE project (python 2.7 runtime) that uses the Google Calendar API 
v3. Up until last week, I had been using the default GAE service account to 
connect to the calendar API, and the service account was given read/write 
permission to the calendar under calendar sharing settings.


Since last Thursday Oct 20, the service account cannot write to the 
calendar (events.post or events.patch) -- returns a 403 Forbidden -- and 
reads (events.list) return 200, but no records. Checking the permissions 
for the account under calendar sharing, it has been changed to "See 
Free/Busy only".


I believe this is related to this announcement from Google about winding 
down OAuth 1.0 service accounts on Oct 20: 
https://developers.googleblog.com/2016/04/saying-goodbye-to-oauth-10-2lo.html


The recommendation seems to be to grant Domain Wide Delegation to the 
service account: 
https://developers.google.com/identity/protocols/OAuth2ServiceAccount#delegatingauthority


We have followed the instructions on this page, but it doesn't work using 
either AppAssertionCredentials or ServiceAccountCredentials.  

More details at this SO question:
http://stackoverflow.com/questions/40223292/google-app-engine-auth-for-google-apis-using-service-account

Thanks for any light you can shine on this problem.



-- 
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/85d501e3-6cbd-4616-95cc-39392acc75b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: java.lang.IllegalStateException: Could not load JDBC driver class [com.mysql.jdbc.GoogleDriver]

2016-10-24 Thread Dhyanandra Singh
 i also tried 


  com.google.cloud.sql
  mysql-socket-factory
  1.0.1



and configured app.yaml


runtime: java
vm:  true

handlers:
- url: /.*
  script: this field is required, but ignored
  secure: always  # Require HTTPS

# [START env_variables]
env_variables:# Logging options
  JAVA_OPTS: >-
-D.level=INFO
  SQL_URL: jdbc:mysql://google/db?cloudSqlInstance=projectInstanceId:us-
central1:dbInstance&socketFactory=com.google.cloud.sql.mysql.SocketFactory&
user=root&password=xxx
# [END env_variables]
# [END runtime]

runtime_config:   # Optional
  jdk: openjdk8
  server: jetty9
  
beta_settings:
  cloud_sql_instances: "projectInstanceId:us-central1:dbInstance"

it again not connecting with db and through
WARN: HHH000342: Could not obtain connection to query metadata : No 
suitable driver found for jdbc:google:mysql://

org.hibernate.boot.registry.selector.spi.StrategySelectionException: Unable 
to resolve name [org.hibernate.dialect.MySQL5Dialect?] as strategy [org.
hibernate.dialect.Diect]



  

  



-- 
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/dc6e13bb-cad4-465c-b323-6934a241d677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Problem when adding custom domain to application

2016-10-24 Thread Tejas Phase
Hello,
I was created one application & deployed on App Engine. After deploying I 
claimed *for custom domain* for my application & successfully completed "*Add 
a custom domain procedure*" as per the documentation. The App Engine *"setting" 
dashboard* shows me following message: *A**ll domains mapped to this 
application are shown below. Only owners of a domain may remove one of its 
mappings.* (Attached herewith the screen shot of the system message):


But when I search for my application in the browser with custom domain the 
browser shows me following error: *404. That’s an error. The requested 
URL / was not found on this server. That’s all we know.*



Please give me any suggestion regarding it..Is there any another setting 
for this? Its an urgent..

Please reply asap.

Thank You.

-- 
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/38e69630-6d73-462a-84f5-2f65847f462c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cant upload Java Application - No name matching appengine.google.com found

2016-10-24 Thread 'Alex (Cloud Platform Support)' via Google App Engine
This issue has now closed due to inactivity. In future please be sure to 
reply promptly to all requests for information so that we can proceed with 
work on any issues. Feel free to open a new thread linking to this one if 
you would like to continue or if anybody reading in the future sees a 
similar issue.

-- 
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/510b79da-9e40-4d19-ba2e-49e7d4593ab6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] java.lang.IllegalStateException: Could not load JDBC driver class [com.mysql.jdbc.GoogleDriver]

2016-10-24 Thread Dhyanandra Singh

 i am developing an project based on spring and hibernate and want to 
deploy it on GCE.

so i  added  mysql connector

 
mysql
mysql-connector-java
6.0.5
 

then i added appengine-web.xml and enable 
use-google-connector-j 





http://appengine.google.com/ns/1.0";>
  yugma-146007
true
  true
  true
  

   



i have an application.property file
jdbc.driverClassName = com.mysql.jdbc.GoogleDriver
jdbc.url = jdbc:google:mysql://prjectInstance:us-central1:dbInstance/dbName
jdbc.username = root
jdbc.password = 
hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
hibernate.hbm2ddl.auto= update
hibernate.show_sql = true
hibernate.format_sql = true

but when i upload it, it will throw an error
 Caused by:
 java.lang.IllegalStateException: Could not load JDBC driver class [com.
mysql.jdbc.GoogleDriver]
   at org.springframework.jdbc.datasource.DriverManagerDataSource.
setDriverClassName(DriverManagerDataSource.java:130)
   at com.appointment.schedular.configuration.HibernateConfiguration.
dataSource(HibernateConfiguration.java:41)
   at com.appointment.schedular.configuration.
HibernateConfiguration$$EnhancerBySpringCGLIB$$8e307f3.CGLIB$dataSource$1(<
gene

   at com.appointment.schedular.configuration.
HibernateConfiguration$$EnhancerBySpringCGLIB$$8e307f3$$FastClassBySpringCGLIB$


how can i solve this problem.

-- 
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/d94da49e-da22-45c1-a40b-7c234bd6d5d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Problem when setting custom domain.

2016-10-24 Thread Tejas Phase
Hello,
I was claimed for "Custom Domain" to my application(MOOC) & successfully 
completed all the procedure as per the documentation(cloud platform). After 
completing all the procedure the App Engine setting dashboard shows me 
following message(for my application): *All domains mapped to this 
application are shown below. Only owners of a domain may remove one of its 
mappings*. Attached herewith the SS for that:



But when I searched my application with custom Domain,the browser shows me 
following error:



Please give any advice what is the problem. Posted this problem on App 
Engine Forum,but still not reply anything. Please reply asap.

Its an urgent.

Thank You.

Tejas

-- 
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/5756d425-cf49-413b-a825-c73efcc52744%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] 403 Forbidden for some clients/unable to connect

2016-10-24 Thread xBy Tez
Hi everyone,

Lately I've noticed that some of our clients email us saying they are 
unable to connect to our Google App Engine domain. (It's CNAMEd to 
ghs.googlehosted.com)

This seems to happen for Russian people. Some will get a 403 Forbidden. 

"Your client does not have permission to get URL (...) from this
server. " is the error message they will get.

Another Russian customer got "ERR::CONNECTION_RESET" errors when trying to 
access our GAE domain.

What should we do in order to resolve this and make this page available for 
everyone?

-- 
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/0bfa4993-9d31-4e68-a5ed-5c057b9ab981%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] how to create an endpoint api for image uploading with python

2016-10-24 Thread bharat soni
hello all,
i want an specific solution that how can i create an google cloud 
endpoint api for image uploading with python for ios client i search lots 
of things on google but not get any required solution please provide me a 
specific solution of creating an api with python with google cloud endpoint 
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/abf7f4a1-2efd-44cc-b4b0-41414f8c8cce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.