file_get_contents not working for cloud storage [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 years ago . <?php include'vendor\autoload.php'; define("PROJECT_ID", 'projectname'); define("BUCKET_NAME", 'bucketname'); $content=file_get_contents('C:\Users\Useraccount\PhpstormProjects\Projectname\filename.txt); echo($content); ?> This is the code that is working well on localhost but I am not able to get