-
Notifications
You must be signed in to change notification settings - Fork 84
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
REST API incomplete image urls paths + search functions cant get uploaded image ID for hardcode URL #256
Comments
Hi thanks for reporting; could you provide the code snippet used where you got these URLs? |
Was just testing out the API in the browser and no code written. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Image URL paths returned from image detail REST API is:
https://source.roboflow.com/[owner_id]/undefined/original.jpg
Image URL paths only working if follow this format:
https://source.roboflow.com/[owner_id]/[image_id]/original.jpg
Do excuse me If this is out of scope as I don't see other repos to report this issue.
The text was updated successfully, but these errors were encountered: