Julien Veyssier

Results 407 comments of Julien Veyssier

I think I'm giving up... It's been a long time I'm trying and it's time to admit it's too difficult :smile:. I'll wait for a PCRaster-win64-py37 package to appear. Thanks...

Hey, it's supposed to download a file only if it does not exist or if the drive one is more recent than the local one. What is the added suffix?...

Thanks for the feedback. One potential reason for that would be that the API does not provide the "webContentLink" for those files. In this case, the app checks if its...

@Niveshkrishna Was SSE enabled when you imported the files from google? Even if it wasn't, I don't think this is related. Maybe the problem is that files are written chunk...

It's now solved. You can try v1.0.5-1-nightly which is only compatible with Nextcloud >= 22. I changed the way files are written. Instead of giving a file resource to the...

As I don't have any Google Workspace account, I can't see what has changed and how to adapt. If someone is willing to make some tests, we can try to...

Hi, thanks for the bug report. Photos outside of albums are imported fine on my side. Which app version are you using? Do you see related errors/warnings in nextcloud.log during...

Thanks for the precise bug report. The error about contacts is fixed in v0.0.22. It would be nice if you could try it. The only thing related to photos in...

Well apparently the response the integration_google app is receiving is something like `[]` or `{}` :grin:. I don't know why...and there's not much I can do without further information. The...

> What information can I give you to help? I don't know :grin:. It would help if you could add this: ``` php if (preg_match('/v1\/albums$/i', $url)) { file_put_contents('/tmp/test', $body); }...