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

Fixed missing URL for Upload and Download #772

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Firefly1337
Copy link

@Firefly1337 Firefly1337 commented Dec 16, 2018

Hey,

refer to #758 (comment)

In short:
URL is missing when download and upload links are fetched in SeafConnection.java#getDownloadLink and SeafConnection.java#getUploadLink.

I can confirm that this restores basic file download and upload functionality.
However, there are other instances in this class where links might be generated (e.g. deleteShareLink, getShareLink, etc) that should be looked at by someone who is familiar with these methods.

I am still unsure why the URL is missing, but I kept it generic and only add it in case it is really missing,
i.e. if (!result.startsWith("http")) {.

Best regards,
Firefly

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

Successfully merging this pull request may close these issues.

1 participant