Posts by Raffael Siqueira • 1 point
1 post
-
0
votes1
answer868
viewsQ: PHP - Problems uploading with Google Drive API
Good night. I am trying to upload with the Google Drive API using the following PHP code: <?php require_once 'src/Google/Client.php'; require_once 'src/contrib/Google_DriveService.php';…