driveshaft icon indicating copy to clipboard operation
driveshaft copied to clipboard

Google Drive → JSON → S3

Results 15 driveshaft issues
Sort by recently updated
recently updated
newest added

Referenced in a few links in the documentation site's index.md. Probably just an outdated Heroku URL? ![screen shot 2018-02-06 at 9 32 31 am](https://user-images.githubusercontent.com/56477/35874167-b0bd73a4-0b20-11e8-8fe5-d5ad0e784ef1.png) https://github.com/newsdev/driveshaft/blob/0e149786ac11a7c282c87752d1ba8077975d8214/_config.yml#L16

Thanks for (what I hope is) a great project. I am having some troubles just getting some basics running. I can get the application running locally, but unless the spreadsheet...

Looks like it will require upgrading the drive api from `v2` to `v3`, as well as deal with some attribute name changes: https://developers.google.com/drive/v3/web/migration

Google signs their iap headers with the ES256 algorithm which is not installed in the driveshaft base image

Wilson noticed today that clicking login takes you through Google OAUTH but redirects you to localhost:3000. Do we need to log in at all? If so, we should fix.

I'm getting this error when I try to publish a sheet and can't seem to pinpoint the problem. I have published other sheets using driveshaft, but am running into errors...

The instructions omit this at the moment — apparently, it should happen automatically, which is a more ambitious issue for @abstrctn to tackle some day!

- https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app#adding-a-buildpack - https://github.com/ddollar/heroku-buildpack-multi/issues/57

Would be handy in a lot of cases to trigger republishes on all destinations for all files in the index list. Or even a button on each list item in...

Driveshaft can't publish in a way that the output JSON file is accessible over HTTPS. `https://int.nyt.com/` doesn't work because the cert is for s3.amazonaws.com. `https://int.nyt.com.s3.amazonaws.com/` doesn't work because wildcard certs...