ios - Using google enpoints with sql -
i'm still new gae, , have more wisdom couple of things. searched in documentation, think i'm stupid understand things documentation.
how can combine google cloud sql endpoints? there such possibility?
how can use endpoints upload videos google platform?
- you should able use can on non cloud endpoints api cloud endpoints google cloud sql. since it's on preview might encounter bugs/changes when goes out of preview. should create cloud sql tests models on regular app engine app try use on cloud endpoints, can minimize debugging errors.
https://developers.google.com/appengine/docs/python/cloud-sql/
- you need use blobstore api:
https://developers.google.com/appengine/docs/python/blobstore/
on endpoints have method creates upload url , use upload app on uploadhandler trigger once whole file has been uploaded, process blobinfo key store appropriately.
Comments
Post a Comment