-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation