Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Tu aplicación de PHP 5 requiere un bucket de Google Cloud Storage configurado correctamente. Afortunadamente, cada aplicación puede obtener un fácil acceso a este tipo de bucket si sigues estos pasos:
Trucos útiles para usar los depósitos predeterminados
Si usas un bucket predeterminado, no es necesario que conozcas su nombre. Puedes usar #default#, que se reemplazará por el nombre del bucket predeterminado en el entorno de ejecución.
Por ejemplo, puedes escribir en el bucket predeterminado mediante el wrapper de transmisión de App Engine para Cloud Storage de la siguiente manera:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-04-03 (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`."]]],[]]