I'm not entirely sure this is trivial but I hope it is:
When access.csv gets filled in automatically, the contentURL field is blank. The actual URL to the file would follow the GitHub convention for serving raw files over HTTP:
https://raw.githubusercontent.com/{user|or}/{repo}/{branch}/path/to/file.ext
I think we know this or can find this out before we create the HTML. Take a shot at it and report back! Perhaps the git2r does this in a nice way.
I'm not entirely sure this is trivial but I hope it is:
When
access.csvgets filled in automatically, thecontentURLfield is blank. The actual URL to the file would follow the GitHub convention for serving raw files over HTTP:https://raw.githubusercontent.com/{user|or}/{repo}/{branch}/path/to/file.extI think we know this or can find this out before we create the HTML. Take a shot at it and report back! Perhaps the git2r does this in a nice way.