Vincent (Wen Yu) Ge

Results 100 comments of Vincent (Wen Yu) Ge

> > This hasn't been at all clear to me from the get go. I think there should be an own docs page about the appwrite.json. Like there is one...

@christyjacob4 What would be the appropriate way to get this CLI doc to exist again? Include cli manually on `appwrite/homepage` or add a copy of `cli` in `APP_PLATFORM_SERVER` again?

It turns out we're missing this in quite a few SDKs. Good catch.

Please assign this to me, I'll take a look today :)

> Any news on this? I'm having the same problem The PR was merged :) The examples will be updated. Thank you guys for pointing this out, and thank you...

Oops, this is old :) It's been merged!

I agree. I want to make everything https. This will be true esp. for cloud anyway. I have this written down in the doc contribution guide draft :)

> Localhost and https can create issues on top without any configuration. We should double check that. > > Thinking about local dev servers that connect to Appwrite which don't...

Python File: ```python from appwrite.client import Client from appwrite.input_file import InputFile from appwrite.services.storage import Storage client = Client() (client .set_endpoint('https://demo.appwrite.io/v1') # Your API Endpoint .set_project('appwrite-bot') # Your project ID .set_key("")...