ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    How to remove incorrectly uploaded to imgur

    Water Closet
    6
    21
    9.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch @scottalanmiller
      last edited by

      @scottalanmiller said in How to remove incorrectly uploaded to imgur:

      @larsen161 it uploads anonymously, ML does not control the account. We have never had a login or account access. You'll have to contact Imgur.

      If anyone knows a way around this, we'd love to be able to control that. But we've looked into it for a long time, and Imgur has never granted us that power.

      Not true. The Imgur plugin absolutely is tied to an account.
      bda4fe62-4fdf-4175-9b00-8c8c276a5d0c-image.png

      I can absolutely delete anything posted to my forum.
      44cde0e2-bd2c-493f-bbcb-88c0ab6b5cb8-image.png

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @JaredBusch
        last edited by

        @JaredBusch how do you do it?

        JaredBuschJ 1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @scottalanmiller
          last edited by

          @scottalanmiller said in How to remove incorrectly uploaded to imgur:

          @JaredBusch how do you do it?

          sign in to the imgur account the plugin is tied to. You can't tie the plugin to nothing.

          scottalanmillerS 1 Reply Last reply Reply Quote 1
          • scottalanmillerS
            scottalanmiller @JaredBusch
            last edited by

            @JaredBusch said in How to remove incorrectly uploaded to imgur:

            @scottalanmiller said in How to remove incorrectly uploaded to imgur:

            @JaredBusch how do you do it?

            sign in to the imgur account the plugin is tied to. You can't tie the plugin to nothing.

            But how? Their login doesn't allow you to sign in with that account. We have an account, but have never signed in. There is an ID and a secret, but no login. How do you use those to log in as no other account details were created.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              It was really frustrating setting Imgur up, because you didn't get a sign in like a normal app when we did it (this is 2014.) Crazy confusing to use, because you registered and got the API info, but no account to use.

              1 1 Reply Last reply Reply Quote 0
              • 1
                1337 @scottalanmiller
                last edited by 1337

                @scottalanmiller said in How to remove incorrectly uploaded to imgur:

                It was really frustrating setting Imgur up, because you didn't get a sign in like a normal app when we did it (this is 2014.) Crazy confusing to use, because you registered and got the API info, but no account to use.

                Looks like you have to register at some point. And there seems to be a header when imgur API's are accessed and that how they know which account it is that is posting the image.
                If you can check what that is, you'll know your client id.

                From https://api.imgur.com/:

                Register an Application (IMPORTANT)

                Each client must register their application and receive the client_id and client_secret.
                For public read-only and anonymous resources, such as getting image info, looking up user comments, etc. all you need to do is send an authorization header with your client_id in your requests. This also works if you'd like to upload images anonymously (without the image being tied to an account), or if you'd like to create an anonymous album. This lets us know which application is accessing the API.

                Authorization: Client-ID YOUR_CLIENT_ID

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @1337
                  last edited by

                  @Pete-S said in How to remove incorrectly uploaded to imgur:

                  @scottalanmiller said in How to remove incorrectly uploaded to imgur:

                  It was really frustrating setting Imgur up, because you didn't get a sign in like a normal app when we did it (this is 2014.) Crazy confusing to use, because you registered and got the API info, but no account to use.

                  Looks like you have to register at some point. And there seems to be a header when imgur API's are accessed and that how they know which account it is that is posting the image.
                  If you can check what that is, you'll know your client id.

                  From https://api.imgur.com/:

                  Register an Application (IMPORTANT)

                  Each client must register their application and receive the client_id and client_secret.
                  For public read-only and anonymous resources, such as getting image info, looking up user comments, etc. all you need to do is send an authorization header with your client_id in your requests. This also works if you'd like to upload images anonymously (without the image being tied to an account), or if you'd like to create an anonymous album. This lets us know which application is accessing the API.

                  Authorization: Client-ID YOUR_CLIENT_ID

                  Yes, you register. But during the registration process, at least in 2014, there was no "account login" involved. No username or password. There was registration and the API / secret. But can we use that to log in?

                  1 1 Reply Last reply Reply Quote 0
                  • 1
                    1337 @scottalanmiller
                    last edited by 1337

                    @scottalanmiller said in How to remove incorrectly uploaded to imgur:

                    @Pete-S said in How to remove incorrectly uploaded to imgur:

                    @scottalanmiller said in How to remove incorrectly uploaded to imgur:

                    It was really frustrating setting Imgur up, because you didn't get a sign in like a normal app when we did it (this is 2014.) Crazy confusing to use, because you registered and got the API info, but no account to use.

                    Looks like you have to register at some point. And there seems to be a header when imgur API's are accessed and that how they know which account it is that is posting the image.
                    If you can check what that is, you'll know your client id.

                    From https://api.imgur.com/:

                    Register an Application (IMPORTANT)

                    Each client must register their application and receive the client_id and client_secret.
                    For public read-only and anonymous resources, such as getting image info, looking up user comments, etc. all you need to do is send an authorization header with your client_id in your requests. This also works if you'd like to upload images anonymously (without the image being tied to an account), or if you'd like to create an anonymous album. This lets us know which application is accessing the API.

                    Authorization: Client-ID YOUR_CLIENT_ID

                    Yes, you register. But during the registration process, at least in 2014, there was no "account login" involved. No username or password. There was registration and the API / secret. But can we use that to log in?

                    No, doesn't look like you can use that to login. It actually looks like you can't remove images using the API either - if they have been uploaded anonymously with your client_id. You need the deletehash value from each upload mentioned earlier in this thread and it look like nodebb imgur plugin doesn't save that info. So no dice.

                    1 1 Reply Last reply Reply Quote 0
                    • 1
                      1337 @1337
                      last edited by 1337

                      @Pete-S said in How to remove incorrectly uploaded to imgur:

                      @scottalanmiller said in How to remove incorrectly uploaded to imgur:

                      @Pete-S said in How to remove incorrectly uploaded to imgur:

                      @scottalanmiller said in How to remove incorrectly uploaded to imgur:

                      It was really frustrating setting Imgur up, because you didn't get a sign in like a normal app when we did it (this is 2014.) Crazy confusing to use, because you registered and got the API info, but no account to use.

                      Looks like you have to register at some point. And there seems to be a header when imgur API's are accessed and that how they know which account it is that is posting the image.
                      If you can check what that is, you'll know your client id.

                      From https://api.imgur.com/:

                      Register an Application (IMPORTANT)

                      Each client must register their application and receive the client_id and client_secret.
                      For public read-only and anonymous resources, such as getting image info, looking up user comments, etc. all you need to do is send an authorization header with your client_id in your requests. This also works if you'd like to upload images anonymously (without the image being tied to an account), or if you'd like to create an anonymous album. This lets us know which application is accessing the API.

                      Authorization: Client-ID YOUR_CLIENT_ID

                      Yes, you register. But during the registration process, at least in 2014, there was no "account login" involved. No username or password. There was registration and the API / secret. But can we use that to log in?

                      No, doesn't look like you can use that to login. It actually looks like you can't remove images using the API either - if they have been uploaded anonymously with your client_id. You need the deletehash value from each upload mentioned earlier in this thread and it look like nodebb imgur plugin doesn't save that info. So no dice.

                      I think @JaredBusch has another setup. He tied the application to his imgur user account - by getting the client id/secret for the webapp from imgur while being logged in.

                      So when images are posted to imgur using the client id Jared got, they will automatically belong to his user account.

                      JaredBuschJ 1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch @1337
                        last edited by

                        @Pete-S said in How to remove incorrectly uploaded to imgur:

                        @Pete-S said in How to remove incorrectly uploaded to imgur:

                        @scottalanmiller said in How to remove incorrectly uploaded to imgur:

                        @Pete-S said in How to remove incorrectly uploaded to imgur:

                        @scottalanmiller said in How to remove incorrectly uploaded to imgur:

                        It was really frustrating setting Imgur up, because you didn't get a sign in like a normal app when we did it (this is 2014.) Crazy confusing to use, because you registered and got the API info, but no account to use.

                        Looks like you have to register at some point. And there seems to be a header when imgur API's are accessed and that how they know which account it is that is posting the image.
                        If you can check what that is, you'll know your client id.

                        From https://api.imgur.com/:

                        Register an Application (IMPORTANT)

                        Each client must register their application and receive the client_id and client_secret.
                        For public read-only and anonymous resources, such as getting image info, looking up user comments, etc. all you need to do is send an authorization header with your client_id in your requests. This also works if you'd like to upload images anonymously (without the image being tied to an account), or if you'd like to create an anonymous album. This lets us know which application is accessing the API.

                        Authorization: Client-ID YOUR_CLIENT_ID

                        Yes, you register. But during the registration process, at least in 2014, there was no "account login" involved. No username or password. There was registration and the API / secret. But can we use that to log in?

                        No, doesn't look like you can use that to login. It actually looks like you can't remove images using the API either - if they have been uploaded anonymously with your client_id. You need the deletehash value from each upload mentioned earlier in this thread and it look like nodebb imgur plugin doesn't save that info. So no dice.

                        I think @JaredBusch has another setup. He tied the application to his imgur user account - by getting the client id/secret for the webapp from imgur while being logged in.

                        So when images are posted to imgur using the client id Jared got, they will automatically belong to his user account.

                        How do you get a client if and secret without an account?

                        I used My twitter log in to make the imgur account forever ago. Long before I made the api creds. I would never do it that way in today’s world.

                        1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 2 / 2
                        • First post
                          Last post