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 = "d2cf8f0a-10db-4c84-8c09-f20916e63efd"
# 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)
Sunset view at the beach in Punta Zicatela
It feels like the whole town comes out every day for sunset at the beach. Puerto Escondido is on the Pacific side where you can see some amazing sunsets.
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...