Reputation: 523
Can I write (and read) files using PHP in my google cloud storage when Im not using a Google App Engine?
In other words, may I have my website running on another web hosting and use google cloud to store (and read in future) my JSON files only? the JSON files need to be written on runtime and by users.
Upvotes: 0
Views: 55
Reputation: 682
you can store any files using any programming language like PHP to any cloud storage like google cloud storage or amazon s3, dropbox...etc
Checkout this documentation: https://github.com/GoogleCloudPlatform/google-cloud-php#google-cloud-storage-ga
Upvotes: 1