Great to see a bubbler here! Are you using a plugin or making the API call directly from your backend?
In order to make an API call to Typeform, you need to authenticate yourself, so we know who you are and then the Typeform API will check if you are authorized to have access to this resource.
In the API call you need to add an `Authorization` header with the value `Bearer YOUR_TYPEFORM_API_TOKEN`
Hello @AnanthuRG! Welcome to the Typeform Community!
This usually happens when the user is trying to access file upload links without being logged in/authenticated to their Typeform account. Can you make sure you're logged in?
Great to see a bubbler here! Are you using a plugin or making the API call directly from your backend?
In order to make an API call to Typeform, you need to authenticate yourself, so we know who you are and then the Typeform API will check if you are authorized to have access to this resource.
In the API call you need to add an `Authorization` header with the value `Bearer YOUR_TYPEFORM_API_TOKEN`
This is the bubble API connection field. Pls help me which all data is needed to fill in this to make it work and for the Authentication which dropdown option is best suited for the Typeform.
Hi @AnanthuRG Have you had a chance to look at our documentation here? This will help you get started using our APIs and walk you through grabbing an auth code to use in other products.