ClaudioZandonella / trackdown

R package for collaborative writing and editing of R Markdown (or Sweave) documents in Google Docs.
https://ClaudioZandonella.github.io/trackdown/
GNU General Public License v3.0
214 stars 15 forks source link

Cannot upload file #16

Closed carlosyanez closed 3 years ago

carlosyanez commented 3 years ago

Hi, Thanks for developing this package. I'm trying to upload a document for the first time, however tracdown seems to get stuck in the authentication stage: all what I get in the console after selecting my account is: "Auto-refreshing stale OAuth token".

Am I missing any dependencies. I'm running R 4.1.0 on Macos. The command I'm using is quite standard, I.e.:: upload_file(filename, gpath=google_path, hide_code=TRUE)

Thanks! Carlos

carlosyanez commented 3 years ago

Sorry.this is a non issue. I added the full file path for the End file and it's working

januz commented 3 years ago

Glad you figured it out and hope you find our package useful! Is there any way in which you felt the documentation was misleading that we might want to adjust? Thanks

carlosyanez commented 3 years ago

I think the documentation is straightforward.

I was assuming though it would work without the full path, as I was running it from within the project and my .Rmd was in the project's root. It could be down to my particular setup, so I will see if the error replicates on the other computer in the house and I'll report back if that helps.