Brent Shaffer

Results 413 comments of Brent Shaffer

Have you tried following the link provided by the error message and enabling billing on your project?

It looks like the user never activated a billing account in their Google Cloud Project

Hello @frelle can you please paste the code you're using to construct the condition and API call?

Hi there! Yes, we'd love to see your code in PHP for separating different voices! Feel free to post your code snippets here, or to submit a pull request!

Hi @tgssb ! Have you tried running this using the `StreamingDetectIntentRequest` object? [Here is an example](https://github.com/GoogleCloudPlatform/php-docs-samples/blob/2048a217fd1a3df6b5f632281472340cf8aee444/dialogflow/src/detect_intent_stream.php#L56)

Closing due to lack of response. Please open a new issue if further clarification is needed. Thank you!

Hello @theboy412 ! Thank you for submitting this. Can you provide a little more context? Looking at the error message, nothing stands out as an obvious issue. Sharing your `composer.json`...

Your error is `No such file or directory: '""/output'` For some reason or another, laravel is trying to write to a directory `/output`, which doesn't exist. This needs to either...

I've made some updates to the symfony example ([see here](https://github.com/GoogleCloudPlatform/php-docs-samples/pull/1033/files#diff-6f66a6e880f6242c5f5eb97b9552c2e6)) that may fix your issue. Try incorporating these changes, and if that doesn't work, try printing the debugging the 500...

The App Engine environment is a read-only filesystem, with the exception of `/tmp`. The `/tmp` directory is not shared across App Engine instances, so should only be used for caching...