-
Notifications
You must be signed in to change notification settings - Fork 17
Api implementation #30
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
Api implementation #30
Conversation
… details, get file versions, update file details etc
…stom metadata field
|
This pull request introduces 5 alerts and fixes 2 when merging 76e8cdc into b89c243 - view on LGTM.com new alerts:
fixed alerts:
|
added changes for a_i to ai
|
This pull request introduces 17 alerts and fixes 2 when merging a2991ff into d0cd96b - view on LGTM.com new alerts:
fixed alerts:
|
added fixes for tests
|
This pull request introduces 17 alerts and fixes 2 when merging 604de8f into d0cd96b - view on LGTM.com new alerts:
fixed alerts:
|
|
This pull request introduces 17 alerts and fixes 2 when merging 483404f into d0cd96b - view on LGTM.com new alerts:
fixed alerts:
|
added fixes for pending comments
|
This pull request introduces 17 alerts and fixes 2 when merging cbeb0e6 into d0cd96b - view on LGTM.com new alerts:
fixed alerts:
|
|
This pull request introduces 17 alerts and fixes 2 when merging 8edb05d into d0cd96b - view on LGTM.com new alerts:
fixed alerts:
|
|
This pull request introduces 17 alerts and fixes 2 when merging 87e16a8 into d0cd96b - view on LGTM.com new alerts:
fixed alerts:
|
ahnv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
imagekitio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The signed URL generated is not working because the overlay images are not found
// Line 169
image_url = imagekit.url(
{
"path": upload.file_path,
"query_parameters": {"v": "123"},
"transformation": [
{
"overlay_image": "/demo1/new_car.jpg",
"default_image": "/demo1/default-image.jpg",
}
],
"signed": True,
"expire_seconds": 3000,
}
)
ik-error: ENOENT - Default image also not found
Expectation: all the URL's generated by the Sample App, should work out on the first execution of the sample app
imagekitio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a lot of commented code in the sample app Line 679 to 717
added init file for constants and utils
|
This pull request introduces 17 alerts and fixes 2 when merging ba38bb8 into d0cd96b - view on LGTM.com new alerts:
fixed alerts:
|
added supported version of python for test environment
|
This pull request introduces 17 alerts and fixes 2 when merging 013b26d into d0cd96b - view on LGTM.com new alerts:
fixed alerts:
|
added default value for all response custom objects
|
This pull request introduces 17 alerts and fixes 2 when merging 0904e9d into d0cd96b - view on LGTM.com new alerts:
fixed alerts:
|


No description provided.