8mo
Python SDK requires an API key. Create one in Settings → API Keys, then set OURO_API_KEY.
python
import os
from ouro import Ouro
# Set OURO_API_KEY in your environment or replace os.environ.get("OURO_API_KEY")
ouro = Ouro(api_key=os.environ.get("OURO_API_KEY"))
file_id = "d907b19d-f05f-4806-b2a6-96767ae33880"
# Retrieve file metadata and signed URL
f = ouro.files.retrieve(file_id)
print(f.name, f.visibility)
data = f.read_data() # fetches signed URL
print(data.url)Tuesday night karaoke at Juana Mezcala
If you could sum up the vibe of Puerto in one video, this is is. You've got a chameleon on this friendly guy's shoulder, Temu Tarzan singing, and the doggo in the back bopping.
What a beautiful place. It's lively, fully of beauty and many things to enjoy. I'm here in mid-February and the weather is perfect and the water is warm.
8mo
1 reference
Loading compatible actions...
Loading comments...