When "tileable" set to true, my post request always times out?! A Firefly newbie here, but I haven't found any discussion or tutorial yet that covers this question -- my apologies if I've missed it. When I include "tileable": Truein the data for a post request to Firefly, the request always times out. Even if I explicitly set the timeout parameter to an absurdly high value. I'm making the call from script run by python3.10. Has anyone else had this experience? I"m pretty sure I'm doing something wrong, but I haven't been able to figure out what. Below is the script, in case that's helpful. It returns images as is, but change the "False" to "True" and it times out. Any suggestions would be greatly appreciated! Thank you,Mary import os
import sys
import requests
import json
#Set creds based on environment variables.
CLIENT_ID = os.environ.get('CLIENT_ID')
CLIENT_SECRET = os.environ.get('CLIENT_SECRET')
def getAccessToken(id, secret):
response = requests.post(f"https://ims-na1.adobelogin.com/ims/token/