示例#1
0
 def delete_photo(itemID):
     """
     This method deletes a photo from the Google Cloud Storage
     """
     filename = str(itemID) + ".jpg"
     gcs_api = GoogleCloudStorageAPI()
     return gcs_api.json_delete(filename)