in Svelte they have an @ SupportPatrol tag that can be tagged to help out
Oh there's literally 0 python documentation lol
Best to just wait and not tag anyone
copy, my apologies
won't happen again <:blobSalute:470705834264100886>
Can I create an InputFile Pydantic Object?
This looks odd...you should be passing an InputFile into create_file()
yeah so I'm using ElevenLabs API
to create audio
and it returns bytes
class InputFile(BaseModel):
source_type: str
data: bytes
can I use this?
I made this one I didn't see Appwrite's
ah my dumb self I just missed the import, I assumed it was with Storage
my apologies
also the new docs don't have Python as an example
and technically the SDK generator could have File: InputFile
instead of Any
, I need to look at that again
sorry I haven't fixed it yet, been packed with work and moving, but finishing up a lot of stuff here soon
yeah I was reading
Ah ya looks like we need to add python: https://github.com/appwrite/website/blob/62dd54b5841ab0e5bea89c1cf12485022b8a3fd7/src/routes/docs/products/storage/quick-start/%2Bpage.markdoc#L9
In my case, no issue if you pin me, but others could answer you faster meanwhile 😅
❤️
[SOLVED] Uploading Audio in Python
Recommended threads
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...
- Error When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...