dev-resources.site
for different kinds of informations.
How to fix "Must supply api_key"
Published at
7/1/2022
Categories
question
drf
cloudinary
heroku
Author
olaneat
Author
7 person written this
olaneat
open
helo
I'm working on a drf api where i'm using cloudinary to handle image upload, on my localhost i'm using .env file to save all my secret keys including cloudinary api key, and it working perfectly but once i deployed to heroku i keep getting this err message
ValueError at /profile/247de095-6895-4bff-a836-dedfa75cde4b/update
Must supply api_key
and i have setup the secret key also using
heroku config:set api_key='api_key'
but still it not working, can anyone help out
drf Article's
30 articles in total
Djoser+SimpleJWT
read article
AssertionError: 403
read article
extra_kwargs arguments
read article
To Django or to DjangoREST?
read article
Django API | queryset & object, filter() & get()
read article
I just tried to compare values between model and serializer
read article
Customize Schema with @extend_schema_view
read article
Seperate serializers
read article
Leveraging Headers for Dynamic Localization in Django
read article
Django REST Framework warning: `UnorderedObjectListWarning`
read article
DRF create @property decorator in view and use property in serializer
read article
why Serializers used for? easy to understand
read article
Async API Calls Unleashed: Exploring Django 4 and Django Rest Framework
read article
# Comprehensive Security for Class-Based Views in Django Rest Framework
read article
HATEOAS Principle - Generating Full Paths for Objects in Django Rest Framework.
read article
Instance version control in DRF with Django Reversion
read article
Django News #171 - DjangoCon US 2023 Preview
read article
How to create thumbnails programmatically in Django
read article
Automatically Add Logged In User Under 'created_by' and 'updated_by' to Model in Django Rest Framework
read article
how to fix raise ImproperlyConfigured("settings.DATABASES is improperly configured. "
read article
CSRF verification failed. Request aborted. in django rest framework
read article
CSRF verification failed. Request aborted. in django rest framework
read article
How to fix "Must supply api_key"
currently reading
Updating A Many-To-Many Relationship In Django
read article
Excluding Fields in Django Rest Framework Serializers
read article
JWT Authentication with Django REST Framework - What? Why? How?
read article
How to implement Auto Expiring Token in Django Rest Framework
read article
Building web applications with Django, Django REST Framework and Nuxt
read article
How to use Postman to authenticate to Django Rest Framework
read article
Setting Up Django Rest Framework
read article
Featured ones: