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

Cannot download an entire folder #3

Closed
alr2413 opened this issue Nov 3, 2019 · 5 comments
Closed

Cannot download an entire folder #3

alr2413 opened this issue Nov 3, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@alr2413
Copy link

alr2413 commented Nov 3, 2019

About this issue:
If you right click on a folder and select the download button, the following error occurs:

System.Exception: Error converting value "bad file_code" to type 'UptoboxSDK.JSON.JSON_GenerateDownloadLinkData'. Path 'data', line 1, position 68.
   at UptoboxSDK.UClient.VB$StateMachine_35_GET_GenerateDownloadLink.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Uptobox_Client.MainForm.VB$StateMachine_30_MB_Download_Click.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)

@loudKode loudKode added the enhancement New feature or request label Nov 6, 2019
@loudKode
Copy link
Owner

loudKode commented Nov 6, 2019

download folder not allowed
maybe in next release i add this feature

@alr2413
Copy link
Author

alr2413 commented Nov 6, 2019

Ok. I think for this feature you only need to iterate over all the files in folder & download each of them sequentially.
Thanks.

@loudKode
Copy link
Owner

loudKode commented Nov 6, 2019

added

@loudKode loudKode closed this as completed Nov 6, 2019
@alr2413
Copy link
Author

alr2413 commented Nov 8, 2019

Thanks.
But still there is a problem. If total size of items in the selected folder was big, the following exception occurred:

Screen Shot 2019-11-08 at 4 38 15 PM

@loudKode
Copy link
Owner

fixed in version 1.7.2

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

No branches or pull requests

2 participants