Commit
·
2a16829
1
Parent(s):
63740cd
Update Objects.py
Browse files- Objects.py +1 -0
Objects.py
CHANGED
|
@@ -46,6 +46,7 @@ existing_checkbox = oracle_form.checkbox("Check this if you want to put the data
|
|
| 46 |
|
| 47 |
|
| 48 |
oracle_submitted = oracle_form.form_submit_button("Generate API Key")
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
oracle_submitted = oracle_form.form_submit_button("Generate API Key")
|
| 49 |
+
oracle_form.write("After the API Key is generated, go to the same screen as where you got your user_ocid from. Scroll down to the bottom left and look for the API Key section under the Resources tab . Click on this, and then click the Add API Key button. Click on the Paste Public Key option. Copy and Paste the Generated API Key
|
| 50 |
|
| 51 |
|
| 52 |
|