Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Error with accessing the public API- http://www.omdbapi.com

$
0
0

@mainak1 wrote:

Hi all,
I am trying to connect to the omdbapi.
My code is here-
#Setting the working directory
setwd(“C:/Users/Mainak/Desktop/Edwisor/Advanced_concepts”)

#install R package omdbapi
devtools::install_github(“hrbrmstr/omdbapi”,force = TRUE)

#connecting to the api
library(omdbapi)

#to search a movie name
search_by_title(“Captain America”)

But it is showing some Unauthorised error 401.Then I generated the API key but please help me with the function through which I can put the API key and get access to the api.

Thanks in advance

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles