Hi,
Yesterday I was dealing with an issue when uploading files using the Python SDK (v10.1.2). The files "successfully" upload, but when I follow the link I get this error:
"Content is uploading
Link content can't be viewed because it hasn't finished uploading. You'll be able to view it once it completes"
I still get this error even after 24 hours. Uploading via the web browser works fine. We have enough space on our account, and the file I'm trying to upload is small (<1MB).
Today I try again and get an error while uploading: AuthError('user_suspended', None)
So I create a new app via the dev console and try again, but I get the same "content is uploading" error. This code has been working fine for 5+ years until this week. Any ideas?
Thanks,