Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SIMEXP/Repo2Data
Browse files Browse the repository at this point in the history
  • Loading branch information
ltetrel committed Apr 19, 2022
2 parents 211e8e9 + a65b917 commit a7057ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ If this file is an archive, it will be automatically be decompressed using [pato
###### Google Drive

It can also download a file from [Google Drive](https://www.google.com/intl/en_ca/drive/) using [gdown](https://github.com/wkentaro/gdown).
You will need to make sure that your file is available for the public, and get the project ID (a chain of 33 characters that you can find on your public url).
You will need to make sure that your file is available **publically**, and get the project ID (a chain of 33 characters that you can find on the url).
Then you can construct the url with this ID:
`https://drive.google.com/uc?id=${PROJECT_ID}`

Expand Down Expand Up @@ -115,7 +115,7 @@ To download an amazon s3 link, `Repo2Data` uses `aws s3 sync --no-sign-request`

###### osf

`Repo2Data` uses [osfclient](https://github.com/osfclient/osfclient) `osf -p PROJECT_ID clone` command. You will need to give the link to your project containing your data `https://osf.io/.../`:
`Repo2Data` uses [osfclient](https://github.com/osfclient/osfclient) `osf -p PROJECT_ID clone` command. You will need to give the link to the **public** project containing your data `https://osf.io/.../`:

```
{ "src": "https://osf.io/fuqsk/",
Expand Down

0 comments on commit a7057ed

Please sign in to comment.