Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uploading file size limits? #959

Open
zylthinking opened this issue Jun 15, 2024 · 3 comments
Open

uploading file size limits? #959

zylthinking opened this issue Jun 15, 2024 · 3 comments

Comments

@zylthinking
Copy link

zylthinking commented Jun 15, 2024

Hi,

I find 2 files in my sync folder fails to sync, then I tried several methods, including:

  1. retry in desktop client ----- shows retrying infinitely
  2. uploading the file in web ---- showing upload error, retiring...
  3. 1 create a file with same name ---- succeed
    3.2 save the file with the correct content --- hungs in saving step
    3.3 save the file with the content from another file --- succeed

So, this is not a network error, not client error.It is seems to relate to the content of the file
I don't know what is the real problem, but the content of the file is just a blog about linker script.
It is not sensitive.

Then after some dig, I found it is not relative to the content either, it is the file size;

When I file is near 103290 bytes, uploading becomes unstable
It can succeed at 103287 - 103291 bytes after trying for some times. But more bytes for example 104K will never succeed.

@zylthinking
Copy link
Author

It may not be a bug, but rather a business logic issue: I've noticed that currently, if a file exceeds the upload limit, it will definitely fail to upload. I mean, it's not a random occurrence; any file, even one that was uploaded earlier, will fail, as shown below:

image
The two files differ only in their names—one is an exact copy of the other. While one was uploaded successfully a few days ago, the other consistently fails.

My observation suggests that this is due to the file size, which is governed by a clear logic, hence it's not a bug.

It seems to be a strategy: advertise no file size limits and a friendly policy to attract users, then randomly impose a limit on some users at a specific time to encourage them to pay for a better experience.

@tt-mega
Copy link

tt-mega commented Jun 21, 2024

Hi zylthinking,
Mega does not limit user transfers by size or speed.
Would you kindly contact Mega at [email protected]?
Our support team will be happy to assist you with your issue.
Thank you.

@zylthinking
Copy link
Author

zylthinking commented Jun 21, 2024

I sent an email to support 6 days ago, got a automatic response with KYF-342-53271 and nothing more.
I am still waiting.

And found another thing: if I reconnect using another network, the uploading succeed, then I switched the net back and tried again, still failed.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants