def get_gcloud_storage(): credentials = GoogleCredentials.get_application_default() return discovery.build('storage', 'v1', credentials=credentials)