Closed bluejack closed 2 years ago
Using the quickstart example out of the box with my (working) app key and client id results in a 400 error:
GET https://content.googleapis.com/discovery/v1/apis/drive/v3/rest?pp=0&fields=kind%2Cname%2Cversion%2CrootUrl%2CservicePath%2Cresources%2Cparameters%2Cmethods%2CbatchPath%2Cid&key=[My app key redacted] 400
The sample app would load and function.
The console logs the above error.
*** Note further; removing the param loads the page but does not appear to have loaded the actual drive api.
DIscovered the error on my own side.
Summary
Using the quickstart example out of the box with my (working) app key and client id results in a 400 error:
GET https://content.googleapis.com/discovery/v1/apis/drive/v3/rest?pp=0&fields=kind%2Cname%2Cversion%2CrootUrl%2CservicePath%2Cresources%2Cparameters%2Cmethods%2CbatchPath%2Cid&key=[My app key redacted] 400
Expected Behavior
The sample app would load and function.
Actual Behavior
The console logs the above error.
Steps to Reproduce the Problem
*** Note further; removing the param loads the page but does not appear to have loaded the actual drive api.