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

The tags option doesn't seem to work #17

Closed
thomasmost opened this issue May 19, 2020 · 2 comments
Closed

The tags option doesn't seem to work #17

thomasmost opened this issue May 19, 2020 · 2 comments

Comments

@thomasmost
Copy link

thomasmost commented May 19, 2020

The only thing I get back on a node is the secure_url

Gatsby config

    {
      resolve: `gatsby-source-cloudinary`,
      options: {
        cloudName: process.env.CLOUDINARY_CLOUD_NAME,
        apiKey: process.env.CLOUDINARY_API_KEY,
        apiSecret: process.env.CLOUDINARY_API_SECRET,
        resourceType: `image`,
        prefix: `my-cloudinary-folder/`,
        tags: true,
      },
    },
    ...
  ],
@Chuloo
Copy link
Collaborator

Chuloo commented May 27, 2020

Hi, you must have specified the tags for the image in your Cloudinary account. Here's a sample Graphql response I get for an image on my account which has tags.

image

@Chuloo
Copy link
Collaborator

Chuloo commented Jul 2, 2020

Closing this out for now. Please leave a comment if this is still an issue.

@Chuloo Chuloo closed this as completed Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants