staging.inyokaproject.org

OneDrive

Status: Ungelöst | Ubuntu-Version: Nicht spezifiziert
Antworten |
Dieses Thema ist die Diskussion des Artikels OneDrive.

Heinrich_Schwietering Team-Icon

Wikiteam
Avatar von Heinrich_Schwietering

Anmeldungsdatum:
12. November 2005

Beiträge: 11288

Hi!

To me it looks like the PPA was updated about 9 days ago, at least for 20.04 and 21.04:

https://launchpad.net/~yann1ck/+archive/ubuntu/onedrive

Are those packages already outdated?

so long
hank

abraunegg

Anmeldungsdatum:
7. November 2021

Beiträge: 2

Heinrich_Schwietering schrieb:

Hi!

To me it looks like the PPA was updated about 9 days ago, at least for 20.04 and 21.04:

https://launchpad.net/~yann1ck/+archive/ubuntu/onedrive

Are those packages already outdated?

so long
hank

Yes - they are out of date for the older Ubuntu versions. Whilst the PPA was updated for 20.x, 21.x - it is dependent on the Debian packages - which are out-of-date. The Debian package maintainer has switched to using the OpenSuSE Build Service (https://build.opensuse.org/project/show/home:npreining:debian-ubuntu-onedrive) and these are the packages that get updated.

When v2.4.14 will be released (hopefully by the end of the month, major change is providing international language support) - the OpenSuSE Build Service packages will be the ones that are updated, whereas all others will not get updated. This means that the PPA will be stale at v2.4.13, and, when other bug fixes are done, again the Ubuntu platforms will miss out because of the Ubunutu packaging policy | PPA alignment.

noisefloor Team-Icon

Ehemaliger
Avatar von noisefloor

Anmeldungsdatum:
6. Juni 2006

Beiträge: 28316

Hallo,

The text was provided by Google Translate. I am not a native German speaker.

Na ja, es ist halt ein deutschsprachiges Wiki und keins, was in irgendeiner aus automatisch übersetzten Texten zusammengezimmert wird.

Es war auch nicht die Sprache (Grammatik etc.), die das Problem war, sondern dass die Ergänzung an viellerlei Stellen nicht den Vorgaben entspricht. Wenn du beitragen willst, dann bitte unbedingt Wiki/Referenz und Wiki/Syntax beachten. Da sind alle wichtigen Richtlinien zusammen gefasst, die im Wiki gelten.

Gruß, noisefloor

pjw1965

Anmeldungsdatum:
23. März 2009

Beiträge: 45

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
$ onedrive 
Authorize this app visiting:

https://login.microsoftonline.com/....

Enter the response uri: https://login.microsoftonline.com/common/oauth2/.....

onedrive.OneDriveException@src/onedrive.d(874): HTTP request returned status code 400 (Bad Request)
{
...
}

Your issue is this:

sudo apt install onedrive Do not do this .. this is very wrong. By doing this you have installed an old and unsupported version.

To resolve your situation:

sudo apt remove onedrive

follow

https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md

Distribution: Ubuntu 20.04

1
2
3
4
5
sudo apt remove onedrive
echo 'deb https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_20.04/ ./' | sudo tee /etc/apt/sources.d/onedrive.list
wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_20.04/Release.key | sudo apt-key add -
sudo apt-get update
sudo apt install onedrive

Hat für mich funktioniert!

Antworten |