Before you can run or deploy the sample, you will need to do the following:
-
Enable the Cloud Storage API in the Google Developers Console.
-
Create a new database. By default, your Database ID will be
(default). In this example, we will be using the "(default)" database.Note: Choosing between Native Mode and Datastore Mode? Check this document
-
Ensure you assign the appropriate permissions/roles for your Application default service account to perfrom database creation and read & write
```sh
mvn clean package appengine:deploy
```