Git Product home page Git Product logo

storage-getting-started-php's Introduction

status: inactive

Google Cloud Storage PHP Sample Application

Description

This is a simple web-based example of calling the Google Cloud Storage API in PHP.

Prerequisites:

Please make sure that all of the following is installed before trying to run the sample application.

Setup Authentication

NOTE: This README assumes that you have enabled access to the Google Cloud Engine API via the Google API Console page.

  1. Visit https://console.developers.google.com to register your application and generate an API key.
  • Click APIs & Auth in the left column, and then click Credentials.
  • Click Create new client ID to create a new client ID.
  • In the Create Client ID window, choose Web application.
  • In the Redirect URIs box, specify the URL for your PHP page, e.g., http://localhost/app.php.
  • Click Create Client ID.
  • In the Public API access section of the Credentials page, click Create new Key.
  • In the Create a new Key window, choose Browser key.
  1. Update app.php with the redirect uri, consumer key, secret, and developer key obtained in step 1.
  • Update YOUR_CLIENT_ID with your oauth2 client id.
  • Update YOUR_CLIENT_SECRET with your oauth2 client secret.
  • Update YOUR_REDIRECT_URI with the fully qualified redirect URI, e.g., http://localhost/app.php.
  • Update YOUR_API_KEY with your API key.
  • Update YOUR_PROJECT_DEFAULT_ID with your project ID, which can be found by visiting https://console.developers.google.com and selecting a project.
  1. Update app.php with remaining default settings. Search and replace all strings starting with 'YOUR_DEFAULT_' with their associated values.

Running the Sample Application

  1. Load app.php on your web server, and visit the appropriate website in your web browser.

More Information

See https://developers.google.com/storage/docs/json_api/v1/json-api-php-samples

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.