-
Notifications
You must be signed in to change notification settings - Fork 113
Description
I followed everything as instructed but i got this error
btw my token is something like this, is that normal? PS i have modified it for security
{"access_token":"wz31.a0AfH6SMBy8oZrkcp9ugRRRvj69CkZZGLZO4vA6zKPACSZsyQZCjpJNz9T7SIqtWlKnBZfgWgMj58Bc6xE-2DK-7FIbROMUsdWH4Q4XeTiFljAeN5-Rr0TRJl7Jw","refresh_token":"1//0dpHqDNLQ0GgwF-L9IrPMy46TDkhdRoJn8Jb-3Mj8UFlgTs4w6Uzjrjap0","scope":"https://www.googleapis.com/auth/drive.metadata.readonly https://www.googleapis.com/auth/drive.file","token_type":"Bearer","expiry_date":15955487544857}
and here is the log;
2020-07-24T21:48:16.387348+00:00 app[web.1]: npm ERR! 2020-07-24T21:48:16.387489+00:00 app[web.1]: npm ERR! Failed at the gdrive-index@1.0.0 start script. 2020-07-24T21:48:16.387608+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 2020-07-24T21:48:16.395581+00:00 app[web.1]: 2020-07-24T21:48:16.395765+00:00 app[web.1]: npm ERR! A complete log of this run can be found in: 2020-07-24T21:48:16.395841+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2020-07-24T21_48_16_389Z-debug.log 2020-07-24T21:48:16.475161+00:00 heroku[web.1]: Process exited with status 1 2020-07-24T21:48:16.512257+00:00 heroku[web.1]: State changed from starting to crashed 2020-07-24T21:48:17.487049+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=td-index.herokuapp.com request_id=a3afa118-611c-403f-843d-9dc7507df2f6 fwd="39.48.55.105" dyno= connect= service= status=503 bytes= protocol=https 2020-07-24T21:48:18.119515+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=td-index.herokuapp.com request_id=029ad113-0a66-4ffc-a9ba-31c95868cc02 fwd="39.48.55.105" dyno= connect= service= status=503 bytes= protocol=https

