Sharing a folder publicly redirects to login page
-
If you share a "folder" via link, the link redirects to the login page. If you do the same share via link for an image, it'll display the image as expected. I'd like to share images + pdf files by uploading a folder (uncompressed) that can be accessed by visiting the URL. Is this the intended effect or a bug?
P.S. Kudos on the file drop feature. Love it! Thanks!

-
I created an index.html file with the code below and placed it inside of the shared folder. It still redirects to the login page.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Shared Files</title> </head> <body> <h1>Shared Files</h1> <ul> <li><a href="image1.png">image1.png</a></li> <li><a href="image2.png">image2.png</a></li> </ul> </body> </html> -
N nebulon marked this topic as a question
-
N nebulon has marked this topic as solved
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login