CedricJ

Results 1 issues of CedricJ

When trying the Upload function with a file as the payload it gives an error because of not JSON serializable. Executed code: ```python with open('TiestoF.pdf', 'rb') as f: payload =...