Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Seu app PHP 5 requer um bucket do Google Cloud Storage configurado corretamente. Cada app poderá acessar facilmente esse tipo de bucket se você fizer o seguinte:
Ao usar um bucket padrão, você não precisa saber o nome dele. É possível usar #default#, que será substituído pelo nome do bucket padrão no ambiente de execução.
Por exemplo, você gravaria no bucket padrão usando o wrapper de stream do App Engine para o Cloud Storage:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-07 UTC."],[[["This API supports first-generation runtimes and can be used when upgrading to corresponding second-generation runtimes."],["PHP 5 apps require a configured Google Cloud Storage bucket, accessible by enabling billing and creating a bucket in the Storage Browser."],["Each project has a default bucket that includes 5GB of free storage and a free quota for I/O operations, which might incur additional costs."],["When using a default bucket, you can use `#default#` in place of the bucket name, which will be replaced at runtime, or find it programmatically with `CloudStorageTools::getDefaultGoogleStorageBucketName()`."],["You can write to the default bucket using the App Engine stream wrapper, which will leverage functions such as `file_put_contents` and `fwrite`."]]],[]]