Re: [google-appengine] Google Translate API & Permissions

2021-09-28 Thread wesley chun
All, I'm happy to announce that I've finally published the blog post (Tweet

Re: [google-appengine] Google Translate API & Permissions

2021-05-08 Thread Eric Hardy
Thank you Wesley. I appreciate your efforts. I want to spend more time site building than wrestling with a cloud platform. I will follow the above mentioned links to nut this out. On Sat, May 8, 2021 at 9:20 AM wesley chun wrote: > @Joshua: your inquiry inspired me to do some research into

Re: [google-appengine] Google Translate API & Permissions

2021-05-07 Thread wesley chun
@Joshua: your inquiry inspired me to do some research into this issue over the past few months resulting in the following: 1. *Use Cloud client libraries:* yep, your experience was not fun for any developer looking to use a Cloud API (whether App Engine or a simple cmd-line script). One solution

Re: [google-appengine] Google Translate API & Permissions

2020-12-07 Thread Joshua Smith
This problem is more systemic than that. The documentation lacks a step-by-step how-to. I understand that there are a lot of options, but I'm pretty sure my use case is very common: 1. I have a google app engine app 2. I want to call the translation API from that app I figured out how to do

Re: [google-appengine] Google Translate API & Permissions

2020-12-04 Thread wesley chun
Thanks for your feedback Joshua. Can you take a screenshot of the Cloud Console where you think there should be a message or that is misleading, then go to the appropriate page in the documentation you think additional messaging would help, and click on the "Send feedback" button in the upper

Re: [google-appengine] Google Translate API & Permissions

2020-11-20 Thread Joshua Smith
That worked. Thank you so much. You guys need to work on your documentation. I never could have figured that out myself. And the process of adding that role to the service account was also weird. (The UX is asking for the email of a new user, when what I need to add is a service account that

[google-appengine] Google Translate API & Permissions

2020-11-16 Thread Joshua Smith
I don’t think Google could have come up with a more confusing and convoluted system for API permission management if they tried. So I’ve enabled the “cloud translation” API within my project. I have some Python (2.7, old school) code that goes: credentials =