that shit look like a fucking site to collect one information fuck you 

On Friday, March 20, 2020 at 6:19:48 PM UTC-4, yananc wrote:
>
> Hello Emanuel,
>
> Thank you for the screenshot you provided. However, troubleshooting the 
> specific issue might require more detailed information and investigation 
> into your project. Is it possible for you to report the issue through the 
> link 
> <https://b.corp.google.com/issues/new?component=491299&template=1161102> 
> in order to get further support on the issue, which would enable the 
> sharing of sensitive information about your project as well as make it much 
> easier to locate the root cause of the error? We will be more than happy to 
> assist you. Thank you for your consideration. 
>
>
> On Thursday, March 19, 2020 at 4:13:30 PM UTC-4, Emanuel Allen wrote:
>>
>> here are screen shoots of doing what was ask of me in this instruction: 
>>
>> https://cloud.google.com/sql/docs/mysql/connect-app-engine?hl=en_US
>>
>> Setting up a Cloud SQL instance
>>
>> no screen shoot of that but i did create it
>>
>> Find the INSTANCE_CONNECTION_NAME for the instance on the *Instance 
>> details* page. It uses the format PROJECT_ID:REGION:INSTANCE_ID, and is 
>> used to identify the Cloud SQL instance you are connecting to.
>>
>> [image: Screenshot_2020-03-19 db1 Overview - My First Project - Google 
>> Cloud Platform.png]
>>
>> Enable the Cloud SQL Admin API, if you haven't already done so:
>>
>> i click it for both projects
>>
>> This service account must have the correct IAM permissions to 
>> successfully connect. Unless otherwise configured, the default service 
>> account is in the format service-PROJECT_NUMBER@
>> gae-api-prod.google.com.iam.gserviceaccount.com
>>
>> When connecting resources in two different projects, make sure that both 
>> projects have enabled the correct IAM roles and have given the service 
>> account the correct permissions.
>>
>> Ensure that the service account for your service has one of the following 
>> IAM 
>> roles 
>> <https://cloud.google.com/iam/docs/understanding-roles#cloud-sql-roles>:
>>
>> [image: Screenshot_2020-03-19 IAM – IAM Admin – My First Project – Google 
>> Cloud Platform.png]
>>
>> [image: Screenshot_2020-03-19 Cloud Shell(1).png]
>>
>>
>>
>> and here the error message:
>>
>> [image: Screenshot_2020-03-19 Cloud Shell.png]
>> i been stuck on this project for weeks and i hate that it's this 
>> complicated or even worst it's not complicated at all but it just not 
>> conveying to me correctly of what i might be doing wrong. The frustration 
>> is real, i never blame a tool for not knowing how to use it correctly but 
>> this is making me hate google. you would think i could find a lot of 
>> resource on google cloud dealing with  this issues on youtube but i don't 
>> and it suck and no other where can i find any help or how to but that same 
>> link that i been going over and over. if anyone see what i'm doing wrong or 
>> if there is a google emlpoyee that i can give access to my account to show 
>> me how to do it. i will high appreciate it.  
>>
>>
>>
>>
>>
>>
>> On Wednesday, March 11, 2020 at 11:24:16 AM UTC-4, Emanuel Allen wrote:
>>>
>>>
>>> environment setup logic: two projects one name projectA and another name 
>>> projectB. projectA contain the mysql database and projectB contain the app 
>>> engine node server.  
>>>
>>> what i have tried is setting the right permission within projectB in I 
>>> Am with projectA being the sql client 
>>> projectA @ appspot.gserviceaccount.com     App Engine default service 
>>> accountCloud SQL Client
>>>
>>> i also add this to my *app.yaml* file:
>>>
>>>   *DB_CONNECTION*: mysql
>>>   *DB_HOST*: localhost
>>>   *DB_DATABASE*: xxxxxxxxxx
>>>   *DB_USERNAME*: xxxxxxx
>>>   *DB_PASSWORD*: xxxxxxxx
>>>   *DB_SOCKET*: /cloudsql/<project-id>:<region-here>:<db-instance-name>
>>>
>>> *beta_settings:*
>>>   # for Cloud SQL, set this value to the Cloud SQL connection name,
>>>   *cloud_sql_instances*: <project-id>:<region-here>:<db-instance-name>
>>>
>>> here how i tried connecting in my database javascript file:
>>>
>>>   con = mysql.createConnection({
>>>     socketPath: "",
>>>     host: "",
>>>     user: "",
>>>     password: ""
>>>   });
>>>
>>> with trying to switch between socketPath and host. the socketpath being: 
>>>
>>> socketPath: `/cloudsql/${process.env.CLOUD_SQL_CONNECTION_NAME}`
>>>
>>> format.
>>>
>>> I tried and struggle with this but refuse to fail, can anyone give me a 
>>> solution to this?
>>>
>>>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/80b35f1d-dd00-4bd6-b597-99a06ab40d86%40googlegroups.com.
  • [google-appe... Emanuel Allen
    • [google... 'Mohammad I (Cloud Platform Support)' via Google App Engine
    • [google... Emanuel Allen
      • [go... 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
    • [google... 'yananc' via Google App Engine
      • [go... Emanuel Allen

Reply via email to