[GH-ISSUE #530] Read-only access for Guests (no auth) #391

Closed
opened 2026-03-02 15:58:22 +03:00 by kerem · 7 comments
Owner

Originally created by @dave-lote-agency on GitHub (Apr 22, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/530

Hi, is there a way to initiate read-only access when auth is not enabled? My use case is sharing a custom link with an authenticated token similar to a dropbox or wetransfer link but I don't want them to edit or upload to the folder. Thanks!

Originally created by @dave-lote-agency on GitHub (Apr 22, 2021). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/530 Hi, is there a way to initiate read-only access when auth is not enabled? My use case is sharing a custom link with an authenticated token similar to a dropbox or wetransfer link but I don't want them to edit or upload to the folder. Thanks!
kerem 2026-03-02 15:58:22 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@prasathmani commented on GitHub (Apr 22, 2021):

check this PR #158

<!-- gh-comment-id:824528472 --> @prasathmani commented on GitHub (Apr 22, 2021): check this PR #158
Author
Owner

@dave-lote-agency commented on GitHub (Apr 22, 2021):

Thank you! I love this little app. Is there a way to force the download of files without going to the more detailed page where the editor would sit?

<!-- gh-comment-id:824531454 --> @dave-lote-agency commented on GitHub (Apr 22, 2021): Thank you! I love this little app. Is there a way to force the download of files without going to the more detailed page where the editor would sit?
Author
Owner

@prasathmani commented on GitHub (Apr 22, 2021):

image
use quick download button

<!-- gh-comment-id:824538374 --> @prasathmani commented on GitHub (Apr 22, 2021): ![image](https://user-images.githubusercontent.com/11345598/115657639-dde0a700-a354-11eb-94bb-8adc3ae15a6c.png) use quick download button
Author
Owner

@dave-lote-agency commented on GitHub (Apr 22, 2021):

Thanks, I'll try to tweak the code to make the filename link operate in the same way as the quick download button.

<!-- gh-comment-id:824545416 --> @dave-lote-agency commented on GitHub (Apr 22, 2021): Thanks, I'll try to tweak the code to make the filename link operate in the same way as the quick download button.
Author
Owner

@prasathmani commented on GitHub (Apr 22, 2021):

okay, check line no: 1936 and 1988 to change the behavior of link

<!-- gh-comment-id:824552798 --> @prasathmani commented on GitHub (Apr 22, 2021): okay, check line no: `1936` and `1988` to change the behavior of link
Author
Owner

@dave-lote-agency commented on GitHub (Apr 22, 2021):

Thanks a lot mate! You're a legend

David Bartlett
General Manager

LOTE AGENCY
11 Mckeon Road, Mitcham VIC 3132
03 9879 6234
0417 488 033
www.loteagency.com.au
https://www.loteagency.com.au/?&utm_source=signature&utm_medium=email&utm_campaign=db_email

[image: Trustpilot rating]
[image: Trustpilot Stars]
https://au.trustpilot.com/review/www.loteagency.com.au?utm_medium=Trustbox&utm_source=EmailSignature2
[image: Trustpilot Logo]
https://au.trustpilot.com/review/www.loteagency.com.au?utm_medium=Trustbox&utm_source=EmailSignature2

On Thu, Apr 22, 2021 at 3:37 PM Prasath Mani @.***>
wrote:

okay, check line no: 1936 and 1988 to change the behavior of link


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/prasathmani/tinyfilemanager/issues/530#issuecomment-824552798,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ARO5VT63DU4WO7H4Y4BMPNTTJ6YZZANCNFSM43LTW2UA
.

<!-- gh-comment-id:824557050 --> @dave-lote-agency commented on GitHub (Apr 22, 2021): Thanks a lot mate! You're a legend David Bartlett General Manager LOTE AGENCY 11 Mckeon Road, Mitcham VIC 3132 03 9879 6234 0417 488 033 www.loteagency.com.au <https://www.loteagency.com.au/?&utm_source=signature&utm_medium=email&utm_campaign=db_email> [image: Trustpilot rating] [image: Trustpilot Stars] <https://au.trustpilot.com/review/www.loteagency.com.au?utm_medium=Trustbox&utm_source=EmailSignature2> [image: Trustpilot Logo] <https://au.trustpilot.com/review/www.loteagency.com.au?utm_medium=Trustbox&utm_source=EmailSignature2> On Thu, Apr 22, 2021 at 3:37 PM Prasath Mani ***@***.***> wrote: > okay, check line no: 1936 and 1988 to change the behavior of link > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/prasathmani/tinyfilemanager/issues/530#issuecomment-824552798>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ARO5VT63DU4WO7H4Y4BMPNTTJ6YZZANCNFSM43LTW2UA> > . >
Author
Owner

@dave-lote-agency commented on GitHub (Apr 24, 2021):

Hi Prasath, I'm getting a 404 response on uploaded files over around 50mb.
All my PHP and config settings have my timeouts and upload sizes much
larger than this.

It's a strange response with no sign of a timeout response or other issues.
It's an MP4 file and other MP4's are uploading ok.

I'm happy to send some money to you through PayPal to help me fix this, I
love your app!

David Bartlett
General Manager

LOTE AGENCY
11 Mckeon Road, Mitcham VIC 3132
03 9879 6234
0417 488 033
www.loteagency.com.au
https://www.loteagency.com.au/?&utm_source=signature&utm_medium=email&utm_campaign=db_email

[image: Trustpilot rating]
[image: Trustpilot Stars]
https://au.trustpilot.com/review/www.loteagency.com.au?utm_medium=Trustbox&utm_source=EmailSignature2
[image: Trustpilot Logo]
https://au.trustpilot.com/review/www.loteagency.com.au?utm_medium=Trustbox&utm_source=EmailSignature2

On Thu, Apr 22, 2021 at 6:15 PM Prasath Mani @.***>
wrote:

Closed #530 https://github.com/prasathmani/tinyfilemanager/issues/530.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/prasathmani/tinyfilemanager/issues/530#event-4629218687,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ARO5VT5IQSIGAZSY6CW3CDDTJ7LLXANCNFSM43LTW2UA
.

<!-- gh-comment-id:826035817 --> @dave-lote-agency commented on GitHub (Apr 24, 2021): Hi Prasath, I'm getting a 404 response on uploaded files over around 50mb. All my PHP and config settings have my timeouts and upload sizes much larger than this. It's a strange response with no sign of a timeout response or other issues. It's an MP4 file and other MP4's are uploading ok. I'm happy to send some money to you through PayPal to help me fix this, I love your app! David Bartlett General Manager LOTE AGENCY 11 Mckeon Road, Mitcham VIC 3132 03 9879 6234 0417 488 033 www.loteagency.com.au <https://www.loteagency.com.au/?&utm_source=signature&utm_medium=email&utm_campaign=db_email> [image: Trustpilot rating] [image: Trustpilot Stars] <https://au.trustpilot.com/review/www.loteagency.com.au?utm_medium=Trustbox&utm_source=EmailSignature2> [image: Trustpilot Logo] <https://au.trustpilot.com/review/www.loteagency.com.au?utm_medium=Trustbox&utm_source=EmailSignature2> On Thu, Apr 22, 2021 at 6:15 PM Prasath Mani ***@***.***> wrote: > Closed #530 <https://github.com/prasathmani/tinyfilemanager/issues/530>. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/prasathmani/tinyfilemanager/issues/530#event-4629218687>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ARO5VT5IQSIGAZSY6CW3CDDTJ7LLXANCNFSM43LTW2UA> > . >
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#391
No description provided.