We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description:
GetDownloadLink() stuck when it is used on a Directory Node. GetDownloadLinkAsync() has the same issue as well.
Actual Behavior:
Code doesn't return after several minutes of waiting. It just kept waiting.
Expected Behavior:
Getting a download link or an exception if i do not have permission to generate for that node or maybe a timeout ?
Steps to Reproduce:
private void CreateFolderAndGenerateLink() { MegaClient.Login(USERNAME, PASSWORD); var nodes = MegaClient.GetNodes(); var rootNode = nodes.First(c => c.Type == NodeType.Root); var folderNode = MegaClient.CreateFolder("New Generated folder", rootNode); var url = MegaClient.GetDownloadLink(folderNode); }
MegaApiClient Version: v1.10.3
The text was updated successfully, but these errors were encountered:
I have the same issue
Sorry, something went wrong.
is any solution for the above issue?
No branches or pull requests
Description:
GetDownloadLink() stuck when it is used on a Directory Node.
GetDownloadLinkAsync() has the same issue as well.
Actual Behavior:
Code doesn't return after several minutes of waiting. It just kept waiting.
Expected Behavior:
Getting a download link or an exception if i do not have permission to generate for that node or maybe a timeout ?
Steps to Reproduce:
MegaApiClient Version:
v1.10.3
The text was updated successfully, but these errors were encountered: