Examples ======== These examples use hard-coded credentials for simplicity. For real scenarios, you should not use hard-coded credentials. Upload file ----------- Simple example showcasing how to use the library to upload a file to a M-Files server: .. literalinclude:: ../examples/upload_example.py Download file ------------- Simple example showcasing how to use the library to download a file from a M-Files server: .. literalinclude:: ../examples/download_example.py