I'm working on a school project where a camera records a video and then uploads it to Dropbox, sadly I'm having trouble uploading quite large files, the file is about 172Mb.
dropboxServer = dropbox.Dropbox(token)
with open(filename,'rb') as file:
response = dropboxServer.file_upload(file.read(),'/Videos/'+filename)
print("Upload:"+response)
The Error: https://pastebin.com/W8NS6BeY