Skip to content

cant retrieve uploaded images #43

@himasai9712

Description

@himasai9712

I think its as bug @Khurdhula-Harshavardhan

I'm using

jigsawstack.store.upload(
                image_data,
                {
                    "overwrite": True,
                    "filename": os.path.basename(image_path),
                }
            )

to retrieve the uploaded images access URL im using

from jigsawstack import JigsawStack

jigsaw = JigsawStack(api_key="your-api-key")

response = jigsaw.store.file.get({
  "key": "image-123.png"
})

but the error im getting is

'Store' object has no attribute 'file'

Im using jigsawstack == 0.2.1

Metadata

Metadata

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions