I'm using a kloudless example to build a text editor that saves files to the cloud. In this line, I replaced the 'api_key' with my API key. It still gives a syntax error at this line. I'm new to using cloud APIs, so any help would be appreciated!
kloudless.configure(api_key=os.environ['KLOUDLESS_API_KEY'])