How could I upload file to Google Drive using Google Drive API with Postman?
I also want to set file's name and parent directory.
What have I done:
I try to upload file with following properties:
But I get 403 error:
{"error": {"errors": [ {"domain": "global","reason": "parseError","message": "Parse Error" } ],"code": 400,"message": "Parse Error" }}