Text in Datei auf Dropbox schreiben

  • VB.NET

Es gibt 5 Antworten in diesem Thema. Der letzte Beitrag () ist von just_one_help4me.

    Wenn du einen DropBox Account hast, meld dich ma auf der Developer Seite an und "erstell" deine App(musst du machen, einfach irgendeinen Appnamen angeben,damit du das Tutorial lesen kannst, wie du es in Java/Phyton/... schreibst). Dann gehst du auf CoreAPI und auf deine favorisierte Programmiersprache. Im Moment gibt es anscheinen noch keine .NET Unterstützung, aber für PHP udn so weiter (siehste ja eh auf der linken Spalte in der Tabelle. wofür es Support/Bibliotheken gibt). Die Tutorials sind zwar englisch, aber leicht verständlich. Viel Spaß! :thumbsup:
    In general (across programming languages), a pointer is a number that represents a physical location in memory. A nullpointer is (almost always) one that points to 0, and is widely recognized as "not pointing to anything". Since systems have different amounts of supported memory, it doesn't always take the same number of bytes to hold that number, so we call a "native size integer" one that can hold a pointer on any particular system. - Sam Harwell