Skip to content
Advertisement

Tag: google-api

Using google photos API in 2023

Does anyone have an example of how to use the google photos API in 2023? I’m specifying the year because if I try to search for documentation for this, I end up on a photos.get (from google) with sample code that when I run it, gives me an error that the documented approach is already deprecated: I’m trying to figure

Google Drive API: How to create a file in appDataFolder?

I’m reading this documenation: https://developers.google.com/drive/api/v3/appdata This is my code: I get a 403 error: “The user does not have sufficient permissions for this file.” Does not the user have permission to create a file in his appDataFolder? How to create a file in it? The scope of gapi client is ‘https://www.googleapis.com/auth/drive.appdata’ and the user accepted it. Answer I believe the

Advertisement