Google Photos Api

As you can see in the link to install Google Photos Api, you need to use composer.
I tried to use composer locally in my computer then put the vendor folder in htdocs. But when I include autoload.php, it always throw errors.
How should I install this API in my website? Please.

You can’t use APIs on free hosting.

1 Like

Oh, okay.

1 Like

You can’t host an API on free hosting, but you can use many other APIs.

This is the way you’re supposed to do it, yes. Because there is no command line access on free hosting, you can’t run Composer on the server.

What are some of these errors being thrown? If you can share what the error are, then maybe we can see what can be done to fix them.

Actually, I fixed the errors to use the Api, thank you. :smiley:

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.