Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Environment:
I use option --write-info-json to write a json metadata file with command as blow:
LC_ALL=en_US.UTF-8 /app/storage/libs/youtube-dl -o '/app/storage/upload s/%(id)s.%(ext)s'' --no-playlist --ignore-config --write-i nfo-json --skip-download https://www.youtube.com/watch?v=LspZCNNP6aE&list=RDiE52-XXnQqs&index=4Issue:
In my local it is working fine and stored a json file to path '/app/storage/uploads/, but when I deploy my app to google cloud app engine it is not working.
How can i out a json file to google cloud app engine ?