Implementing the Google Photos API in task management project #26
johnsmith0305
started this conversation in
Ideas
Replies: 3 comments 4 replies
-
I think we can implement the Google Photos API in our project for associating photos with metadata in the database and featching them base on that metadata. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@fullstackdev0305 How do you think about this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Create a schema in your database to store metadata associated with photos. This schema could include fields like photo ID, task ID, user ID, tags, descriptions, or any other relevant metadata. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We need to create a Proof of Concept (POC) using the Google Photos API for our project. How should we go about implementing this?
Beta Was this translation helpful? Give feedback.
All reactions