IBM / BluePic

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.
https://developer.ibm.com/code/patterns
Apache License 2.0
325 stars 67 forks source link

project ID - where do i find it #410

Closed flangel closed 7 years ago

flangel commented 7 years ago

The documentation mentions a project id. Where on Bluemix do i find this project ID? Where is it?

tfrank64 commented 7 years ago

If you run the following command with the Bluemix CLI, bx app env <Your_BluePic_Name>, then you will see all the credentials for your application (assuming it was setup correctly). From here, you can find projectId under the Object Storage service. I assume that is the projectId you are wanting.

flangel commented 7 years ago

thank you