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

Imgur upload #36

Closed
FatehMammadli opened this issue Jun 7, 2022 · 3 comments · Fixed by #44
Closed

Imgur upload #36

FatehMammadli opened this issue Jun 7, 2022 · 3 comments · Fixed by #44

Comments

@FatehMammadli
Copy link

I wanted to ask how much is expiration date IMGBB upload ?

@Metacor
Copy link
Contributor

Metacor commented Sep 17, 2022

The code for upload expiration time is set to 10 minutes (I've tested this, and it does delete after 10 minutes)

fetch(`https://api.imgbb.com/1/upload?expiration=600&key=${IMGBB_TOKEN}

When editing in Photopea it seems to upload an image with a 1 minute expiration (I think this is meant as a temporary measure in order to upload it to that website though, so I don't think this one matters)

fetch(`https://api.imgbb.com/1/upload?expiration=60&key=${IMGBB_TOKEN}

@FatehMammadli
Copy link
Author

Is it private when it's uploaded to IMGBB? Sorry for lot of questions

@Ademking
Copy link
Owner

Ademking commented Oct 18, 2022

Is it private when it's uploaded to IMGBB? Sorry for lot of questions

IMGUR:
image

IMGBB:
Deleted after 10 minutes

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 a pull request may close this issue.

3 participants